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

How make bottom action sheet upper than the bottom #253

Open HarryTheMartec opened 1 year ago

HarryTheMartec commented 1 year ago

I get a question how can I make the action sheet upper than the bottom? I have used the positon like containerStyle={{bottom: 50, padding: 50}} but it's still overclap the button which I don't hide and can click the button when the action sheet is showing.

vinodsnayvik commented 1 year ago

@HarryTheMartec Did you get something related to it ? I also want to make it that bottom tab bar needs in the bottom of sheet.

Haseeba393 commented 8 months ago

@ammarahm-ed , did you have any solution for this?