native-navigation
native-navigation copied to clipboard
[Question] [iOS] Does it wait for the react views to render before pushing to avoid flickering effects?
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?
It pushes on a slight delay to help with that, should solve that issue you are having.
Thanks! Should give it a try
still a problem see #125