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
A smooth transition where the first screen is not modified.
Actual behaviour
When you switch from a screen with a navbar and one with a transparent (navTransparent={true}) the first screen is also changing to a transparent navbar and the content is moving up.
If you have a page with a lot of content that looks really laggy.
You can check the Example App. If you go from Login2 to Login3 the content of Login2 is moving and the navbar is transparent.
Do you have any solution for that or is it a issue of react navigation?
Thank you
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
Go to Login2
Go to Login3
Watch Login2 during the transition
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
Expected behaviour
A smooth transition where the first screen is not modified.
Actual behaviour
When you switch from a screen with a navbar and one with a transparent (navTransparent={true}) the first screen is also changing to a transparent navbar and the content is moving up.
If you have a page with a lot of content that looks really laggy.
You can check the Example App. If you go from Login2 to Login3 the content of Login2 is moving and the navbar is transparent.
Do you have any solution for that or is it a issue of react navigation?
Thank you
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
The text was updated successfully, but these errors were encountered: