-
Notifications
You must be signed in to change notification settings - Fork 1.4k
chore: react native upgrade #6771
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
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
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 |
| # Use this property to enable edge-to-edge display support. | ||
| # This allows your app to draw behind system bars for an immersive UI. | ||
| # Note: Only works with ReactActivity and should not be used with custom Activity. | ||
| edgeToEdgeEnabled=false |
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.
planning to enable edge to edge with unistyle migration
|
This PR is causing the iOS build to fail due to native code changes, so I am opening a new PR based on the latest changes from the develop branch. |
Proposed changes
This PR upgrades the project to React Native 0.81.5 and expo to 54
Status
Note: Fix this before ready
FileSystemModule.setOkHttpClient(client);I have to create a patch for React Native to fix the pod install, Reference
Issue(s)
How to test or reproduce
Screenshots
Types of changes
Checklist
Further comments