react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet copied to clipboard
Need fix to hide bottom sheet when back button pressed rather than go back to the previous page.
Any solution?
Sounds like you want a custom back handler, react-native has support for that, see here: https://reactnative.dev/docs/backhandler
Does that help?