-
Notifications
You must be signed in to change notification settings - Fork 433
SideMenu is visible below the component it is rendered on #374
Comments
@aejaex I am facing the same issue. I have found a work around. I hope it helps you.
Menu.js
|
Does someone have a solution to this? I have my side menu wrapped around my App.js which makes it accessable in other files. When i swipe in my app, the menu is visible below the components |
I switched over to NativeBase's Drawer, which I found easier to use and more robust. |
@aejaex |
I get SideMenu by ref,then invoke the ”openMenu" function of the ref |
It worked for me with small glitch. It will hide the sidemenu once you click the close, then animation goes in blank area. |
Hi,
I have created the SideMenu as per the example here, however, the SideMenu is visible beneath the component I am rendering it on, even though the toggle state may be closed. I can even see it between screen transitions, until the main component gets rendered over it.
How can I fix this?
The text was updated successfully, but these errors were encountered: