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.46k stars 121 forks source link

On back press callback #380

Open ziga-hvalec opened 1 month ago

ziga-hvalec commented 1 month ago

It would still be nice to be able to run some method when user clicks back button. same as what we have for backdrop closeOnPressBack to enable/disable closing sheet on backdrop press onTouchPressBack method that gets called when user clicks on backdrop closeOnPressBack to enable/disable closing sheet on back press we're missing now the method that's called on back press

ammarahm-ed commented 1 month ago

PRs welcome to add this feature.