nysamnang / react-native-raw-bottom-sheet

Add Your Own Component To Bottom Sheet Whatever You Want (Android and iOS)

Home Page:https://npmjs.com/package/react-native-raw-bottom-sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicking on hardware back button on Android closes the sheet

obendevski opened this issue · comments

Hey,

Even though I have both closeOnDragDown={false} closeOnPressMask={false}, the back button on Android still closes the raw sheet.
Even if I catch the event with BackHandler and return true, it still closes it.
Not sure where to look anymore. Help please :)

Add closeOnPressBack={false}