-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat(expo): support Expo 54 #33612
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
base: master
Are you sure you want to change the base?
feat(expo): support Expo 54 #33612
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit 813425d
☁️ Nx Cloud last updated this comment at |
0e517d0 to
6c37dbd
Compare
packages/expo/src/migrations/update-22-0-0/create-ai-instructions-for-expo-54.ts
Outdated
Show resolved
Hide resolved
5483f1c to
bd2763a
Compare
bd2763a to
714e534
Compare
714e534 to
e92a7d2
Compare
e92a7d2 to
6b4dda8
Compare
6b4dda8 to
3293469
Compare
3293469 to
33ef9fe
Compare
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: Coly010 <[email protected]>
…ection" This reverts commit 45c2f50.
33ef9fe to
a6a647f
Compare
443500d to
01834f0
Compare
01834f0 to
0f18e42
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nx Cloud has identified a flaky task in your failed CI:
🔂 Since the failure was identified as flaky, we reran your CI automatically.
🎓 Learn more about Self-Healing CI on nx.dev
6276520 to
dfd9ba6
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx [email protected] my-workspaceOr just copy this version and use it in your own command: 0.0.0-pr-33612-dfd9ba6
To request a new release for this pull request, mention someone from the Nx team or the |
Current Behavior
We only support Expo 53
Expected Behavior
Add support for Expo 54
Allow existing workspaces wishing to remain on Expo 53 to continue to be supported
Add migrations allowing LLMs to handle migrating from Expo 53 to Expo 54
Related Issue(s)
Closes NXC-3526