question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Very slow in android

See original GitHub issue

modal taking 2 or 3 seconds to open in Android, while in ios it is very fast.

<Modal isVisible={this.state.showModal} animationIn='slideInUp' backdropColor='black' backdropOpacity='0.20' animationInTiming={0} style={styles.bottomModal} onSwipe={() => this.setState({showModal: false})} onBackdropPress={() => this.setState({showModal: false})} > <View style={styles.modalContent}> <List itemDivider={false}> <ListItem icon noBorder style={{borderBottomWidth: 0}}> <Left> <Icon name="ios-camera"/> </Left> <Body> <Text>Upload from camera</Text> </Body> </ListItem> </List> </View> </Modal> </View>

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:20 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
mmazzarolocommented, May 17, 2018

Android is slower when not build in release mode. Try creating a release apk and see if it works correctly there.

3reactions
wsfung2008commented, Nov 24, 2021

i solved it by adding the following prop useNativeDriver={true}

https://stackoverflow.com/questions/61127422/react-native-modal-time-delay-and-jerky-animation

Read more comments on GitHub >

github_iconTop Results From Across the Web

Speed up a slow Android device - Google Support
Speed up a slow Android device. Try the steps on this page if your phone: Runs very slowly; Lags; Takes a long time...
Read more >
Why is my Android slow? 8 ways to troubleshoot your phone
1. Free up storage space · 2. Uninstall unused Android apps · 3. Change system animation speed · 4. Restart your phone ·...
Read more >
Why Is My Android Slow? 3 Ways to Troubleshoot Your Device
If your Android is running slow, chances are the issue can be quickly fixed by clearing out excess data stored in your phone's...
Read more >
Speed up your slow Android phone with this one trick
Speed up your slow Android phone with this one trick · Clear web browser cache. You can manually clear out the cache on...
Read more >
Slow Phone? Ultimate Guide to Speed Up Slow Android [2022]
Here are some things you can do to try and speed up your slow Android phone: Check your location and make sure you're...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found