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
The problem here is that the menu is always visible behind the screen.
This comes from the original implementation, I don't know if there's a reason or not.
I will try make it hidden and show it only when a swipe starts or the menu button is pressed.
When I close the keyboard for a moment I can see the menu screen in the same space where the keyboard was.
This does not happen in IOS.
I tried this:
<SideMenu menu={isOpen ? menu : <View style={{ backgroundColor: Color.transparent }}></View>}
Then I see a white background for a moment with the same keyboard size.
The text was updated successfully, but these errors were encountered: