-
Notifications
You must be signed in to change notification settings - Fork 107
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
feat: support React Native 0.76 #753
Conversation
…ies, update RNTA, update minSdkVersion
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
🦋 Changeset detectedLatest commit: 4618622 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
@artus9033 thanks for the work on this! fantastic progress 🎉
we need to put 0.76 changes in Re.Pack in a separate PR
Let's make sure all of this is backwards compatible with 0.75 and 0.74 - did you manage to verify this already?
Other than that it looks solid 🎉
…ack into chore/upgrade-to-rn-76-rc1
…ack into chore/upgrade-to-rn-76-rc1
0.76.0-rc.1
0.76.0-rc.2
0.76.0-rc.2
0.76.0-rc.3
flow-types still being removed incorrectly, this PR to |
… in rspack configs, update podfile.lock
0.76.0-rc.3
0.76.0-rc.5
|
0.76.0-rc.5
0.76.0-rc.6
patched RNScreens using changes from this PR: software-mansion/react-native-screens#2415, after that it builds correctly for Android 👍 all thats left is the flow issue and we should be g2g on this |
0.76.0-rc.6
Thanks for your work on this @artus9033 🎉 |
Summary
0.76-rc.6
flow-remove-types
to include necessary fixes for RN 76DevClient
Test plan