react-native-actions-sheet icon indicating copy to clipboard operation
react-native-actions-sheet copied to clipboard

Cannot close by pulling down by indicator when using ref

Open SikoraKam opened this issue 2 years ago • 2 comments

Bottom sheets rendered as normal component and showed by ref.current.show() are not draggable

SikoraKam avatar Mar 07 '23 11:03 SikoraKam

Set gestureEnabled={true}

ammarahm-ed avatar Mar 10 '23 07:03 ammarahm-ed

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.

darbymanning avatar Mar 14 '23 15:03 darbymanning