React Native – How to access device back button for drawer navigation
I am use react-native 0.70.6, and use Drawer navigation @react-navigation/drawer: "^6.5.6" for the navigate. When I press device back button i want to redirect previous menu(screen) but right now it's close the app. When I use navigation.goBack() in my about.js…