react-native-image-header-scroll-view | ScrollView with an image in header which becomes a navbar
kandi X-RAY | react-native-image-header-scroll-view Summary
kandi X-RAY | react-native-image-header-scroll-view Summary
ScrollView with an image in header which becomes a navbar
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of react-native-image-header-scroll-view
react-native-image-header-scroll-view Key Features
react-native-image-header-scroll-view Examples and Code Snippets
Community Discussions
Trending Discussions on react-native-image-header-scroll-view
QUESTION
I got a react nativ app to optimize, my problem is that the render method of the main component ALWAYS takes like 5 secondes even when the component is empty (during which the app display a white empty screen). This is a big problem because a 5 sec white screen at the beginning of the app will make the users uninstall the app.
As you can see here in the logs there is always 5 sec between the rendering of the app and the rendering of the basic navigator with a basic component.
Here is my App.tsx code :
...ANSWER
Answered 2022-Mar-02 at 11:59From the documentation. PersistGate behaves in the following way:
PersistGate delays the rendering of your app's UI until your persisted state has been retrieved and saved to redux.
The delay you're enduring is most probably down to this. You can try and remove PersistGate
to verify this.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install react-native-image-header-scroll-view
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page