-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drawer position right not working correctly #3180
Comments
OK... I'm confused, do you want the Drawer to appear from the left or right? |
@matthewkwong2 I wanted to open it from right but it had a bug when i was using from genymotion. i use from my mobile device and it's ok right now. thank you. |
When i set drawerPostion='left' it's working fine, but when set 'right' then drawer not open from the right side. |
@tarbundiyahitesh21 I have the exact same issue. When using the default draw navigator, if shows from the left perfectly. When using drawerPostion='right' screen goes slightly dark but there is no drawer appearing. It is as if the drawer is starting on the right hand side of the screen and still opening rightwards essentially off the screen. Note: Version is |
Version
Tell us which versions you are using:
Expected behaviour
Hi. when I open drawer with position "left" it open and move from left to right and fix in right. actually this not open from right. this is my code
<Scene drawer key="drawer" contentComponent={buy} drawerPosition="left" drawerWidth={350} hideNavBar hideTabBar hideDrawerButton="back" >
Actual behaviour
this open form right
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
1.
2.
3.
The text was updated successfully, but these errors were encountered: