nysamnang / react-native-raw-bottom-sheet

Add Your Own Component To Bottom Sheet Whatever You Want (Android and iOS)
https://npmjs.com/package/react-native-raw-bottom-sheet
MIT License
1.09k stars 195 forks source link

Open Sheet on the side #153

Closed dkaufmannPa closed 8 months ago

dkaufmannPa commented 2 years ago

Is there a possibility to open the sheet from right to left instead of bottom to top?

nysamnang commented 8 months ago

If you want to achieve this behavior, I suggest using Drawer navigation instead.