-
Notifications
You must be signed in to change notification settings - Fork 84
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
toggle the drawer state #11
Comments
Not currently but that is a nice feature. I will work on it or anyone else can put a PR in. |
Its on the way and I created pull request |
wow thank you @matinzd !! can you notify me when the request is approved? |
Would be nice if this gets implemented, really want to add functionality to a button so i can open/close the drawer |
Fork my repo and use it |
I forked your repo but i dont know how to use it. |
Just create reference from component and then use these methods as you want ..
|
@matinzd thanks i will check your repository. |
@matinzd No, it is not working. i am getting error - toggleDrawerState or other all function is undefined. |
Please provide me your code |
|
i am having the same issue as above |
Hello. Did anyone have any luck? I am using the great bit if code within a functional component not a class, so 'this' can't be used. Thanks. |
If anyone is still looking for alternatives for this library, since this one seems to have been abandoned https://github.com/osdnk/react-native-reanimated-bottom-sheet this one works pretty well and provides a lot more control |
hello! is there any way to change the drawer's mode (opened to closed/closed to opened) by a button or touchable opacity?
The text was updated successfully, but these errors were encountered: