I created a nested navigation in my app. There is a TabNavigator as default in NavigationContainer and it contains screens and HomeFeed Stack Navigator which is like this;
- BottomTabBar
- HomeStackNavigator (HomeFeed)
- Detail Screen
- Settings Screen
- Content Screen
- HomeStackNavigator (HomeFeed)
When ever I go to Detail screen from Content screen I cannot come back to Content screen from Detail. It appears an error The action 'GO_BACK' was not handled by any navigator.
Can someone help me please?
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.1",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "^2.4.2",