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
Default value Drawer on right 20% area on screen in right Drawer, So i need to change this value from 20% to 10% i look at manual and see this function responderNegotiate i trying to responderNegotiate={(gestureState) => console.log(gestureState) }
it's response somthing i dont understand any one help ?
The text was updated successfully, but these errors were encountered:
Seems you just have to evaluate the gestureState and return true or false depending on whether you want the gesture to be recognised or not, eg to get it to swipe open right menu only if dragging from the last 30 points:
Default value Drawer on right 20% area on screen in right Drawer, So i need to change this value from 20% to 10% i look at manual and see this function responderNegotiate i trying to
responderNegotiate={(gestureState) => console.log(gestureState) }
it's response somthing i dont understand any one help ?
The text was updated successfully, but these errors were encountered: