Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] [iOS] Does it wait for the react views to render before pushing to avoid flickering effects? #100

Open
grundmanise opened this issue May 2, 2017 · 3 comments

Comments

@grundmanise
Copy link

I am currently using react-native-navigation and there is one very nasty UX issue: UI flickering.
UI flickers because screens are pushed before react views in the pushed screen are rendered.

Question: Does native-navigation wait for the react views to render before pushing to avoid flickering effects?

@benkraus
Copy link
Contributor

benkraus commented May 2, 2017

It pushes on a slight delay to help with that, should solve that issue you are having.

@grundmanise
Copy link
Author

Thanks! Should give it a try

@keithics
Copy link

keithics commented Jul 7, 2017

still a problem see #125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants