react-native-bottom-sheet
react-native-bottom-sheet copied to clipboard
gesture callback support
Feature Request
Hi @gorhom. I can't find any props relate with gestureStateChange. Can we have one?
Why it is needed
My case I have some conflict relate with React Native TabView. So I might need to disable the tabView while the bottom-sheet start drag up/down.
Possible implementation
It's good to have Handle State
https://docs.swmansion.com/react-native-gesture-handler/docs/state There are six possible states for the handler:
UNDETERMINED FAILED BEGAN CANCELLED ACTIVE END
Thanks
thanks @panhna for submitting this enhancement request, will look into it after the release of v2 👍