react navigation v6 and v5, Disable swipe back action
I'm working with react navigation 5 : I created MainStackScreen and AuthStackScreen, const AuthStack = createStackNavigator(); function AuthStackScreen() { return ( <AuthStack.Navigator
stackoverflow.com