airbnb / native-navigation

Native navigation library for React Native applications

Home Page:http://airbnb.io/native-navigation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

grundmanise opened this issue · comments

commented

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.

commented

Thanks! Should give it a try

still a problem see #125