Skip to content
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

Please update to expo 47 #287

Open
obasille opened this issue Dec 22, 2022 · 4 comments
Open

Please update to expo 47 #287

obasille opened this issue Dec 22, 2022 · 4 comments

Comments

@obasille
Copy link

Hi there, thank you for this very useful package :)
Would it be possible to update to expo 47 / React Native 0.70?

I'm getting this dependency warnings:
"expo-three#@expo/browser-polyfill##expo-file-system@^13.2.0" doesn't satisfy found match of "[email protected]"
"expo-three#@expo/browser-polyfill##react@^17.0.1" doesn't satisfy found match of "[email protected]"
"expo-three#@expo/browser-polyfill##react-native@^0.64.3" doesn't satisfy found match of "[email protected]"

Thanks a lot!

@tiomun
Copy link

tiomun commented Jan 26, 2023

I recently had to update our application to Expo 47 and have the same issue. In addition to the dependency errors expo-three fails to run. Tho it seems the problem lies with browser-polyfill

@ScreamZ
Copy link

ScreamZ commented Feb 24, 2023

@EvanBacon @keith-kurak Example is dead, it's not possible to use it on iOS or web can you update this guys ? Thanks

@MartynFitzgerald
Copy link

Did anyone find a solution to these errors or do we need to wait for them to update expo-three?

@obasille
Copy link
Author

@tiomun the dependency messages I've reported are warnings, not errors, they are probably unrelated to your issue.
I'm currently running without issue on Android with these pacakages (I haven't tested on iOS):

    "expo": "~48.0.10",
    "expo-file-system": "~15.2.2",
    "expo-three": "^7.0.0",
    "react": "18.2.0",
    "react-native": "0.71.6",
    "three": "^0.145.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants