Yes it can.
react-navigation
).react-nonav
).This means that at a certain point in your navigation, you need to control the visibility of your page. That great power comes with great responsability. ✅ Test your state machine !
Disclaimer: interoperability has not been entirely tested. If you encounter any issue, feel free to open an issue on the react-nonav
repo.
Canal
inside a react-navigation
page.gesture
on that react-navigation
page.onBack
setting <AndroidBackHandler onBackPress={() => {if (youWantToGoBackInReactNavigation()) {return false}; return true} />
in your react-navigation
page (use https://github.com/vonovak/react-navigation-backhandler
).