react-native-bottom-sheet
react-native-bottom-sheet copied to clipboard
feat: adding onPress prop to backdrop component
Motivation
There might be specific scenarios where some action needs to be executed on pressing backdrop component.
@tarikpnr doesn't pressBehavior handle onPress use cases?
@tarikpnr doesn't
pressBehaviorhandleonPressuse cases?
As far as I can see that it does not support custom on press function.
https://github.com/gorhom/react-native-bottom-sheet/blob/4a4a9dedef4f83b620a21e1a5670de0e1020a2f6/src/components/bottomSheetBackdrop/types.d.ts#L42
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.
@gorhom Hi, any thoughts about this pr ?
I'm also following this topic.