react-native-actions-sheet
react-native-actions-sheet copied to clipboard
Cannot close by pulling down by indicator when using ref
Bottom sheets rendered as normal component and showed by ref.current.show() are not draggable
Set gestureEnabled={true}
I had a problem with this even with gestureEnabled. Turns out I was passing an id prop too which wasn't required when using the 'ref' approach. As soon as I stopped passing that prop, it seemed to work correctly.