-
Notifications
You must be signed in to change notification settings - Fork 585
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
React Native 0.71.4 → 0.71.7 #5761
Conversation
f50721e
to
ce360d6
Compare
"react-native": "0.71.4", | ||
"react-native": "0.71.7", |
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.
We have some more occurrences of 0.71.4
and 0.71.5
in various package.json. Should we update those too perhaps?
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.
As the description mentions:
I considered doing the upgrade in the example app, but since this is an instance of our templates, I'd rather allow for a follow-up template upgrading those and the example app.
Are there other occurrences outside of the examples and our templates you're thinking of?
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.
Our realm
and realm-react
packages.
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.
Good catch 🙂 I'll push that directly to main 🙈
* main: Update yaml to version 2.2.2 (#5763) Upgraded RN to 0.71.7 for "realm" and "@realm/react" React Native 0.71.4 → 0.71.7 (#5761) Split changelog and compability matrix. Update readme and support. (#5748) fix build scripts for ios and android Removed simple test/example used to bootstrap bindgen project Make bindgen-lib's .eslintrc be freestanding, and copy to js bindgen dir move js_spec.yml out of bindgen-lib Move js-specific TS files out of bindgen-lib change --template arg to be path to source file move packages/bindgen to packages/realm/bindgen/vendor/bindgen-lib rename realm_js_helpers.h to just realm_helpers.h Iterating Android tests (#5746)
What, How & Why?
Upgrading React Native to 0.71.7 using https://react-native-community.github.io/upgrade-helper/?from=0.71.4&to=0.71.7 in the root package and the integration test app. I considered doing the upgrade in the example app, but since this is an instance of our templates, I'd rather allow for a follow-up template upgrading those and the example app.