ammarahm-ed / react-native-actions-sheet

A Cross Platform(Android, iOS & Web) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
https://rnas.vercel.app
MIT License
1.41k stars 119 forks source link

bounces={true} does not work on ScrollView #369

Open richardshaw700 opened 4 weeks ago

richardshaw700 commented 4 weeks ago

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.