-
Notifications
You must be signed in to change notification settings - Fork 1
fix: nitro modules error for expo sdk 54 #37
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Claude finished @adelrodriguez's task —— View job Pull Request ReviewReview Checklist:
Review SummaryThis PR upgrades React Native and Expo dependencies to their latest stable versions. Overall, this is a well-executed maintenance update with appropriate dependency management practices. ✅ Positive Aspects1. Conservative Update Strategy
2. Proper Configuration Management
3. Dependency Consistency
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
558ef6e to
cc64605
Compare
d41093f to
e8acfbd
Compare
e8acfbd to
12e391f
Compare
cc64605 to
17756d2
Compare
12e391f to
38ffcc0
Compare

TL;DR
Updated React Native to 0.81.4 and upgraded Expo dependencies to their latest versions.
What changed?
How to test?
bun installto update dependenciesbun startand verify it launches correctlyWhy make this change?
This update brings the project to the latest stable versions of React Native and Expo, which includes bug fixes, performance improvements, and security patches. Keeping dependencies up-to-date ensures the app remains secure and can take advantage of the latest platform features and optimizations.