skip to Main Content

Issues with navigation between screens with expo react native

I am building a reac native expo application and i want to navigate to another page after successfully login. So i followed the documentation for expo and installed the following packages: @react-native-community/masked-view, @react-navigation/native, @react-navigation/native-stack, @react-navigation/stack, react-native-gesture-handler, react-native-gesture-handler, react-native-screens. Then i…

VIEW QUESTION

react-navigation 6 swipe from top to bottom closes current stack screen android 9 – React native

I have upgraded from react-navigation 5 to 6: - "@react-navigation/bottom-tabs": "^5.10.6", - "@react-navigation/material-top-tabs": "^5.3.15", - "@react-navigation/native": "^5.8.6", - "@react-navigation/routers": "^5.6.0", - "@react-navigation/stack": "^5.12.3", - "react-native-gesture-handler": "1.10.3", NEW DEPS: + "react-native-gesture-handler": "^2.7.0", + "@react-navigation/bottom-tabs": "^6.2.4", + "@react-navigation/material-top-tabs": "^6.3.0", + "@react-navigation/native": "^6.0.13",…

VIEW QUESTION
Back To Top
Search