Using an expo project : Error Invariant Violation: requireNativeComponent: "RNSVGPath" was not found in the UIManager. with the same suggested #2500
Unanswered
khaled2792000
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this versions for expo project :
"react-native": "0.74.5",
"react-native-gifted-charts": "^1.4.46",
"react-native-svg": "15.2.0",
Why still getting error?
based in prev issue they used this versions and the problem gone ?! #2242 , #2235
This is all the library's that i use : "dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-firebase/app": "^20.4.0",
"@react-native-firebase/messaging": "^20.4.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"expo": "^51.0.32",
"expo-build-properties": "~0.12.5",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.26",
"expo-device": "~6.0.2",
"expo-linear-gradient": "~13.0.2",
"expo-localization": "~15.0.3",
"expo-notifications": "~0.28.17",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-task-manager": "~11.8.2",
"metro-config": "^0.80.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-gifted-charts": "^1.4.46",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6"
},
Beta Was this translation helpful? Give feedback.
All reactions