-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
Description
I will occasionally get this error, but I am not sure how to reproduce it. All I know is that it is related to the stack navigator and how it implements react native gesture handler. When I switch it to another navigator like bottom tab, it does not throw error. I can only prevent the error temporarily by closing the app and opening it back up.
Platform: Android
"react": "16.8.3",
"react-native": "0.59.5",
"react-native-gesture-handler": "^1.2.1",
"react-navigation": "3.9.1"
const MainNavigator = createBottomTabNavigator({
Home: {
screen: HomeScreen
}
});
export const AppContainer = createAppContainer(MainNavigator);
Arya-Aghaei, FrickHazard, AilsonFreire, beqramo, Macilias and 1 more