react-native-actions-sheet
react-native-actions-sheet copied to clipboard
bounces={true} does not work on ScrollView
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.