Replies: 1 comment
-
Did you ever fix this error? I'm experiencing the same |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am facing a problem in the library that returns the following message (NOBRIDGE) ERROR TypeError: Cannot read property 'trim' of undefined
Dependencies:
"dependencies": {
"@react-native-community/slider": "^4.5.5",
"@react-native-firebase/app": "^21.6.1",
"@react-native-firebase/auth": "^21.6.1",
"@react-native-firebase/firestore": "^21.6.1",
"@react-navigation/bottom-tabs": "^7.1.3",
"@react-navigation/native": "^7.0.12",
"@react-navigation/stack": "^7.0.17",
"@react-three/drei": "^9.119.0",
"@react-three/fiber": "8.17.5",
"@types/react-native-vector-icons": "^6.4.18",
"@types/styled-components-react-native": "^5.2.5",
"@types/three": "^0.170.0",
"expo": "^52.0.0",
"expo-gl": "^15.0.2",
"expo-three": "^8.0.0",
"patch-package": "^8.0.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "
2.20.2",4.1.0","react-native-get-random-values": "^1.11.0",
"react-native-reanimated": "^3.16.3",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "
"react-native-snackbar": "^2.8.0",
"react-navigation": "^5.0.0",
"react-navigation-stack": "^2.10.4",
"styled -components": "^6.1.13"
},
not even the simplest examples work without this error appearing. Can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions