skip to Main Content

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

React Navigation v6 usePreventRemoveContext is undefined error – React native

TypeError: (0, _$$_REQUIRE(_dependencyMap[1], "@react-navigation/native").usePreventRemoveContext) is not a function. (In '(0, _$$_REQUIRE(_dependencyMap[1], "@react-navigation/native").usePreventRemoveContext)()', '(0, _$$_REQUIRE(_dependencyMap[1], "@react-navigation/native").usePreventRemoveContext)' is undefined) This error is located at: in NativeStackViewInner (at NativeStackView.native.tsx:420) in RNCSafeAreaProvider (at SafeAreaContext.tsx:87) in SafeAreaProvider (at SafeAreaProviderCompat.tsx:46) in SafeAreaProviderCompat (at NativeStackView.native.tsx:419) in NativeStackView…

VIEW QUESTION

Android Studio – React Native Built App is closing unexpectedly

Okay, I've been struggling for the last two days and this is it. I'm developing my first React Native android app using React Native CLI and using the following Packages: "dependencies": { "@react-native-masked-view/masked-view": "^0.2.6", "@react-navigation/drawer": "^6.3.1", "@react-navigation/material-bottom-tabs": "^6.1.1", "@react-navigation/material-top-tabs": "^6.1.1",…

VIEW QUESTION
Back To Top
Search