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

Making centered modal instead of bottom sheet #377

Open andrii-yar opened 1 month ago

andrii-yar commented 1 month ago

Is it possible to change the view of the modal, so it becomes centered on the screen and does not take the whole width and height? I want to keep the app consistent, but I do have few variants of the modal, and I just wonder if I can change react-native-actions-sheet to a modal as on the screenshot

image

Thanks in advance!