I used side-menu component in my app.
I want to open the side-menu only with the button.
Don’t open by dragging from left to right.
How can I do ?
I used side-menu component in my app.
I want to open the side-menu only with the button.
Don’t open by dragging from left to right.
How can I do ?
First step for questions like this: Check the Docs.
You will find the Property “swipeGesture” which can be disabled
thank you :slight_smile