skip to Main Content

React native – ERROR Error: Exception in HostObject::get for prop 'RNSModule': java.lang.UnsatisfiedLinkError:

ERROR Error: Exception in HostObject::get for prop 'RNSModule': java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.mobileshopsten-IcVyHbRbrXxvgT_ZScpMUg==/base.apk"],nativeLibraryDirectories=[/data/app/com.mobileshopsten-IcVyHbRbrXxvgT_ZScpMUg==/lib/arm64, /data/app/com.mobileshopsten-IcVyHbRbrXxvgT_ZScpMUg==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]] couldn't find "librnscreens.so", js engine: hermes LOG Running "MobileShopsTen" with {"rootTag":241} ERROR Invariant Violation: "MobileShopsTen" has not been registered. This can happen if: Metro (the…

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