lodev09 / react-native-true-sheet

The true native bottom sheet experience 💩
https://sheet.lodev09.com
MIT License
394 stars 12 forks source link

BackHandler does not seem to intercept hardware back inside sheet #88

Closed ljukas closed 3 weeks ago

ljukas commented 3 weeks ago

I tried intercepting hardware back on android inside the sheet.

But it never triggers and the sheet closes instead.

ljukas commented 3 weeks ago

It seems this is feature of modals in react native, https://reactnative.dev/docs/backhandler

Closing