Running into Error #505
Unanswered
sundarban1
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team, I am trying to run the project in expo ios sdk 54. For that reason, I had to update few things. Now I am getting this error and my app is build successfully but stuck at splash screen. I have been trying to solve this but still no luck.
I had to upgrade react and react-native
{
"name": "obytesapp",
"version": "8.0.0",
"private": true,
"main": "expo-router/entry",
"dependencies": {
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.1",
"react-native": "^0.81.0",
},
"repository": {
"type": "git",
"url": "git+https://github.com/obytes/react-native-template-obytes.git"
},
"packageManager": "pnpm@10.12.3",
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false,
"exclude": [
"react-native-restart"
]
}
},
"install": {
"exclude": [
"eslint-config-expo"
]
}
}
}
iOS Bundled 6810ms node_modules/expo-router/entry.js (2288 modules)
WARN SafeAreaView has been deprecated and will be removed in a future release. Please use 'react-native-safe-area-context' instead. See https://github.com/th3rdwave/react-native-safe-area-context
ERROR [TypeError: Cannot read property 'S' of undefined]
ERROR [TypeError: Cannot read property 'default' of undefined]
ERROR [TypeError: Cannot read property 'S' of undefined]
ERROR [TypeError: Cannot read property 'default' of undefined]`
Beta Was this translation helpful? Give feedback.
All reactions