colorfy-software / react-native-modalfy

🥞 Modal citizen of React Native.
https://colorfy-software.gitbook.io/react-native-modalfy
MIT License
1.06k stars 41 forks source link

disable BackHandler for android #148

Closed forchello closed 2 months ago

forchello commented 2 months ago

Sometimes we need to lock the back button on android so that we don't miss business logic. Is there any way to solve this problem?

CharlesMangwa commented 2 months ago

hi @forchello, you can do so via modalfy's backBehavior & react native's BackHandler if need be.