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.08k stars 195 forks source link

Default Opening #145

Closed Milan-rawat closed 8 months ago

Milan-rawat commented 2 years ago

Bottom-Sheet can only be opened when firing a function refRBSheet.current.open(), it should have a default opening boolean. If there is already that feature please tell me.

mobeenali12 commented 1 year ago

Hi @Milan-rawat , did you find the solution ?

nysamnang commented 8 months ago

I think we don't need a default opening, while we can call the open() method whenever needed to show the RBSheet.