mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
0dd8224a71
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44990 Upgrades React Native and Relay to depend on React 19, which is currently published as release candidates. This is in preparation for React Native 0.75. This will depend on updating open source renderers after [facebook/react#29903](https://github.com/facebook/react/pull/29903) is merged. Changelog: [General][Changed] - Upgrade to React 19 Reviewed By: robhogan Differential Revision: D58625271 fbshipit-source-id: f9ad95b18716a9ce02f7cfbcc7248bdfb244c010 |
||
---|---|---|
.. | ||
__tests__ | ||
set-version | ||
templates | ||
utils | ||
create-release-commit.js | ||
README.md | ||
remove-new-arch-flags.js | ||
set-rn-version.js | ||
update-template-package.js |
scripts/releases
Scripts related to creating a React Native release. These are the lower level entry points used by scripts/releases-ci.
Commands
For information on command arguments, run node <command> --help
.
remove-new-arch-flags
Updates native build files to disable the New Architecture.
set-version
Sets a singular version for the entire monorepo (including react-native
package)
set-rn-version
Updates relevant files in the react-native
package and template to materialize the given release version.
update-template-package
Updates workspace dependencies in the template apppackage.json
create-release-commit
Creates a release commit to trigger a new release