You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: