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
When I am navigating between stacks on android, it should be as fast as on iOS, or close to it
Actual behaviour
When I am navigating between stacks on my android (actually I am navigating to specific scene of different stack), it's have delays sometimes (1-2 secs, sometimes more). Navigating between scenes in the same stack is extreamly fast everywhere.
What I was worry about:
latest version - done, I updated it
remove console.logs from entire app
check gebug mode - checked, I am totally in release mode
Maybe the cause of this problem is my undertanding of on/onEnter prop, so please fix me if I am using onEnter wrong
It's the same on iOS and android, except on iOS I have tabs={true} and lazy={true}. So I just replace tabs to drawer on android, and specify contentComponent for Drawer at upper stack which is my entire app
I have hideNavBar={true} everywhere btw
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
Expected behaviour
When I am navigating between stacks on android, it should be as fast as on iOS, or close to it
Actual behaviour
When I am navigating between stacks on my android (actually I am navigating to specific scene of different stack), it's have delays sometimes (1-2 secs, sometimes more). Navigating between scenes in the same stack is extreamly fast everywhere.
What I was worry about:
latest version - done, I updated it
remove console.logs from entire app
check gebug mode - checked, I am totally in release mode
Maybe the cause of this problem is my undertanding of on/onEnter prop, so please fix me if I am using onEnter wrong
It's the same on iOS and android, except on iOS I have
tabs={true}
andlazy={true}
. So I just replace tabs to drawer on android, and specify contentComponent for Drawer at upper stack which is my entire appI have
hideNavBar={true}
everywhere btwThe text was updated successfully, but these errors were encountered: