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'm having an issue when I'm inside a nested nav stack and pushing from a Drawer page. During the transition the Drawer header gets pushed underneath the next scene's header. Even if I put hideNavBar on the Drawer and the internal drawer scene, it pushes the content down during the transition to the next scene.
The drawer and external scenes are separated into different stacks because I need to avoid accidentally opening the drawer on the external scenes when trying to swipe to go back (something has has plagued me w/ react-navigation until this package came along).
@aksonov Im currently encountering this. Any straight forward solution for this issue? When I click the message Icon as you can see below in the code, same thing happen to with my navigation
Here's what I have.
I'm having an issue when I'm inside a nested nav stack and pushing from a Drawer page. During the transition the Drawer header gets pushed underneath the next scene's header. Even if I put
hideNavBar
on the Drawer and the internal drawer scene, it pushes the content down during the transition to the next scene.The
drawer
andexternal
scenes are separated into different stacks because I need to avoid accidentally opening the drawer on theexternal
scenes when trying to swipe to go back (something has has plagued me w/react-navigation
until this package came along).Thanks for any help!!
The text was updated successfully, but these errors were encountered: