TypeError: Cannot read property 'prototype' of undefined, js engine: hermes #5155
Unanswered
rickyanwar
asked this question in
Q&A
Replies: 2 comments
-
Are you able to resolve it ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey! I don't think this issue is related to the Can you provide a repro of the issue? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
after upgrade expo project , now if i open my component have react reanimated always show this error
version i used
{
"name": "t_horizon",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/preset-typescript": "^7.17.12",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-firebase/app": "^18.5.0",
"@react-native-firebase/messaging": "^18.5.0",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"@stripe/stripe-react-native": "0.28.0",
"@twotalltotems/react-native-otp-input": "^1.3.5",
"axios": "^0.27.2",
"expo": "^49.0.0",
"expo-app-loading": "~2.0.0",
"expo-av": "~13.4.1",
"expo-community-flipper": "^45.1.0",
"expo-dev-client": "~2.4.11",
"expo-device": "~5.4.0",
"expo-file-system": "~15.4.4",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-location": "~16.1.0",
"expo-notifications": "~0.20.1",
"expo-screen-capture": "~5.3.0",
"expo-speech": "~11.3.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-task-manager": "~11.3.0",
"expo-updates": "~0.18.14",
"firebase": "^10.4.0",
"formik": "^2.4.3",
"geolib": "^3.3.3",
"i18next": "^22.0.4",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.0.0",
"react-native": "0.72.5",
"react-native-confetti-cannon": "^1.5.2",
"react-native-countdown-circle-timer": "^3.1.0",
"react-native-countdown-component": "^2.7.1",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "~2.12.0",
"react-native-image-viewing": "^0.2.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.6.2",
"react-native-reanimated": "~3.3.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-sound": "^0.11.2",
"react-native-svg": "13.9.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-webview": "13.2.2",
"react-native-youtube": "^2.0.2",
"react-native-youtube-iframe": "^2.3.0",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"remote-redux-devtools": "^0.5.16",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}
Beta Was this translation helpful? Give feedback.
All reactions