-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently not support expo 44 #238
Comments
after some test downgrade to expo 43 works for me |
May I suggest we re-open this issue to track when SDK44 is supported? |
sure |
Same error with {
"dependencies": {
"expo": "^44.0.0",
"expo-gl": "~11.1.1",
"expo-three": "^6.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-web": "0.17.1",
"three": "^0.136.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"expo-cli": "^5.0.3"
},
"scripts": {
"expo": "expo",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"version": "1.0.0",
"private": true,
"name": "expo-three-six"
} |
The same error (( |
Temporary solution:
yarn or npm i |
Um, thanks for helping but when doing your solution it seems like I can't compile the dependencies anymore (using yarn): SyntaxError: Unexpected identifier |
@Swourire updated link on: |
Unfortunately it still gives the same error, any idea where it comes from? (removing the custom link package makes it build smoothly) |
@Swourire maybe replace |
@NikitaDudin Yeah, it's actually worked.
to your package.json to avoid using dirty way playing with SDK versions |
Still doesnt work |
@kcinnay001 are you using an android device? The solution works for IOS but not Android for me. |
just follow the quick start
npx create-react-native-app -t with-three
start app with ios simulator
error just came up from start
but expo web is working perfectly
anyone can help with this?
package.json
The text was updated successfully, but these errors were encountered: