-
Notifications
You must be signed in to change notification settings - Fork 62
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
Wrong react native version #24
Comments
I had the same issue yesterday ! you need to update the package.json with right version and run "expo install" to apply the changes. |
@blixit Thanks for suggesting the fix; can you submit a PR or show your changes so I can deploy a fix here? 🙏 |
I can do that this weekend |
After investigation, the bad version comes from the execution of The template 16 days ago, a pull request has been merged to upgrade the package to make it compatible with Expo SDK 43: expo/examples#339 but the react-native version changed from this moment. Expo has already made the change here 11 days ago. We have 2 ways to fix our issue:
|
I submitted the PR: expo/examples#342 |
@francesco-clementi-92 @cawfree my PR has been merged. There is no need to update the current package. |
I'm submitting a ...
[X ] bug report
Summary
After creating the app and starting on expo goapp android:
Warning: Invalid version [email protected] for expo sdkVersion 43.0.0. Use [email protected]
The text was updated successfully, but these errors were encountered: