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
P.S. I am able to solve of it with custom styles with having drawer: { width: same as width of drawerWidth in the props). It should set automatically for drawer style in drawerWidth props(if there's none provided in style) to avoid this bug. Thanks.
This issue is caused from device width given to the drawer....
I was able to solve the issue for tablets...
Please refer following attachments to have a drawer with orientation support.
How to use:
replace your index.js file inside 'react-native-drawer-menu' > Drawer
There's a bug when the orientation changes, the drawer always shown. Here are some screenshots.
portrait_normal:
![portrait_drawer_close](https://user-images.githubusercontent.com/9220998/27211458-f97748c0-528b-11e7-94cf-4af9f5eb7a1f.png)
Here's it it after changing orientation
![landscape_drawer_close](https://user-images.githubusercontent.com/9220998/27211468-12e8b4c4-528c-11e7-9087-11b51d3c1a06.png)
landscape_normal:
The text was updated successfully, but these errors were encountered: