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

bounces={true} does not work on ScrollView

Open richardshaw700 opened this issue 8 months ago • 0 comments

This should be default behaviour on iOS for scroll views, but it does not work, nor does it work when setting explicitly bounces={true}.

The regular react-native ScrollView sort of works -- it doesn't pick up the intention to dismiss the sheet with a swipe sheet unless the bounce has completely stopped moving.

richardshaw700 avatar Jun 10 '24 22:06 richardshaw700