react-native/scripts/releases
Tim Yung 0dd8224a71 RN/Relay: Bump Dependency to React 19 (#44990)
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
2024-06-17 02:59:55 -07:00
..
__tests__ Adjust output package.json formatting in scripts (#43133) 2024-02-23 02:44:10 -08:00
set-version RN/Relay: Bump Dependency to React 19 (#44990) 2024-06-17 02:59:55 -07:00
templates Reorganise and document release script entry points (#42774) 2024-02-01 06:02:17 -08:00
utils Deploy 0.238.0 to xplat (#44941) 2024-06-14 02:19:11 -07:00
create-release-commit.js Remove the trigger-react-native-release to use the GHA workflow_dispatch UI (#44898) 2024-06-13 08:19:58 -07:00
README.md Remove the trigger-react-native-release to use the GHA workflow_dispatch UI (#44898) 2024-06-13 08:19:58 -07:00
remove-new-arch-flags.js Reorganise and document release script entry points (#42774) 2024-02-01 06:02:17 -08:00
set-rn-version.js Adjust output package.json formatting in scripts (#43133) 2024-02-23 02:44:10 -08:00
update-template-package.js Update set-version to reuse set-rn-version (#43109) 2024-02-20 05:06:03 -08:00

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