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

refactor: upgrade examples app to Expo SDK 51 #159

Closed
wants to merge 2 commits into from

Conversation

byCedric
Copy link
Contributor

@byCedric byCedric commented Jul 3, 2024

This is a test to see what's required to upgrade to SDK 51, re:

So far, it seems that the multiple react-native versions is causing trouble. Unfortunately, this is a known issue of react-native, but definitely worth looking into. The 2nd version is installed because of two things:

  • Semver starting with 0.x considers all 0.x versions to be breaking changes, meaning that ^0.73.y does not include 0.74.y.
  • react-strict-dom has a peer dependency of react-native: "^0.73.y, and because its not satisfied, it auto-installs this version in the monorepo.

@necolas
Copy link
Contributor

necolas commented Jul 17, 2024

Thanks @byCedric

@byCedric byCedric deleted the upgrade-sdk-51 branch July 17, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants