Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
# Controls whether to use Hermes from stable builds. This will force hermes version
# set in the sdks/hermes-engine/version.properties file to be used. This has a higher
# priority than react.internal.useHermesNightly.
react.internal.useHermesStable=false
react.internal.useHermesStable=true

# Controls whether to use Hermes from nightly builds. This will speed up builds
# but should NOT be turned on for CI or release builds.
react.internal.useHermesNightly=true
react.internal.useHermesNightly=false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@jest/create-cache-key-function": "^29.7.0",
"@microsoft/api-extractor": "^7.52.2",
"@octokit/rest": "^22.0.0",
"@react-native/metro-babel-transformer": "0.87.0-main",
"@react-native/metro-config": "0.87.0-main",
"@react-native/metro-babel-transformer": "0.88.0-rc.0",
"@react-native/metro-config": "0.88.0-rc.0",
"@tsconfig/node22": "22.0.2",
"@types/react": "^19.1.0",
"@typescript-eslint/parser": "^8.59.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/asset-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/asset-utils",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Asset path utilities for React Native.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/assets-registry",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Asset support code for React Native.",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/babel-plugin-codegen",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Babel plugin to generate native module and view manager code for React Native.",
"license": "MIT",
"repository": {
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"@babel/traverse": "^7.29.0",
"@react-native/codegen": "0.87.0-main"
"@react-native/codegen": "0.88.0-rc.0"
},
"devDependencies": {
"@babel/core": "^7.25.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/community-cli-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/community-cli-plugin",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Core CLI commands for React Native",
"keywords": [
"react-native",
Expand Down Expand Up @@ -31,8 +31,8 @@
"prepack": "node ../../scripts/build/prepack.js"
},
"dependencies": {
"@react-native/asset-utils": "0.87.0-main",
"@react-native/dev-middleware": "0.87.0-main",
"@react-native/asset-utils": "0.88.0-rc.0",
"@react-native/dev-middleware": "0.88.0-rc.0",
"commander": "^12.0.0",
"debug": "^4.4.0",
"invariant": "^2.2.4",
Expand All @@ -44,7 +44,7 @@
},
"peerDependencies": {
"@react-native-community/cli": "*",
"@react-native/metro-config": "0.87.0-main"
"@react-native/metro-config": "0.88.0-rc.0"
},
"peerDependenciesMeta": {
"@react-native-community/cli": {
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/debugger-frontend",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Debugger frontend for React Native based on Chrome DevTools",
"keywords": [
"react-native",
Expand Down
17 changes: 16 additions & 1 deletion packages/debugger-shell/bin/react-native-devtools
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env dotslash

// @generated SignedSource<<01dcf5246a0b3f95d617d1d52bc1998e>>
// @generated SignedSource<<50b06304b2f8b753aedc77961d123abc>>


{
Expand All @@ -11,6 +11,9 @@
"hash": "sha256",
"digest": "020eea3cf10f77b8f4e1ae4a2aaa7d78a77c3802de6b00448866aa9c860509c4",
"providers": [
{
"url": "https://github.com/facebook/react-native/releases/download/v0.88.0-rc.0/React.Native.DevTools-linux-aarch64.tar.gz"
},
{
"type": "http",
"url": "https://scontent.xx.fbcdn.net/mci_ab/uap/?ab_b=m&ab_page=react_native_devtools_binaries&ab_entry=AQPgk_PO-qLmLS1ZUyNtm9PZa0Z6XoCXar8Mo-ZDooUwm7-0tv-ga6cl1eB-9o0pVmKxH0-9xTS4NmFyyF1Qwn_x4J0olUnVH8AEHASw1VlnpkN5EPuTII29SmB_1Gis6_twDOo8CwWXFsa2p4XxRceIj-_IINp-fqrGuekCH-Kwd7BqsDsnBykigqY"
Expand All @@ -24,6 +27,9 @@
"hash": "sha256",
"digest": "933aa98eb68da7f8d1b6e83e611e51f66d026f3b410dc13577faa6adf1b0f75c",
"providers": [
{
"url": "https://github.com/facebook/react-native/releases/download/v0.88.0-rc.0/React.Native.DevTools-linux-x86_64.tar.gz"
},
{
"type": "http",
"url": "https://scontent.xx.fbcdn.net/mci_ab/uap/?ab_b=m&ab_page=react_native_devtools_binaries&ab_entry=AQM0YWmFH-pEdvrIlqLqZfCcRl1DxhzvJDOHJnFrBIVxrxjq6LqnqU9fwc7qXsS3JHcg7miVifXIM4cZTAsjVeusaVbQTYj2SevDy-9ajAnzjZj92m_WAwfmcp9gb7s9axqohmC1E_LCiC1BTdV-KEIyEcJWvZNJpFu3f44f8vpctlucJgm79I5n"
Expand All @@ -37,6 +43,9 @@
"hash": "sha256",
"digest": "4a1c234b1cf27f1ff006fafce6628b8ef6993d7d3298c6ed2127e3055c93dcc6",
"providers": [
{
"url": "https://github.com/facebook/react-native/releases/download/v0.88.0-rc.0/React.Native.DevTools-macos-aarch64.tar.gz"
},
{
"type": "http",
"url": "https://scontent.xx.fbcdn.net/mci_ab/uap/?ab_b=m&ab_page=react_native_devtools_binaries&ab_entry=AQNRWwxQIl4mkFPfIFJaGmmhuPTZXHz3uDISd0w_ptFazAGOLvONiln4ntQBt2iaBaNomMlXRuqAkdCXjHMu2lDarvjjZUfgtFpt8NEeEgILgWxbdB1j2rSiJrFZQoRb-VC0gGq3ALskrTQrLof9QJ_MSz_by779saXHEa_Wcd6-rk-D3PZyY6iwXYvy"
Expand All @@ -50,6 +59,9 @@
"hash": "sha256",
"digest": "9f1de3cb78688befaea4d9e5f640a66833dd44ad58b05590a7e07bce279bf532",
"providers": [
{
"url": "https://github.com/facebook/react-native/releases/download/v0.88.0-rc.0/React.Native.DevTools-macos-x86_64.tar.gz"
},
{
"type": "http",
"url": "https://scontent.xx.fbcdn.net/mci_ab/uap/?ab_b=m&ab_page=react_native_devtools_binaries&ab_entry=AQMTN_mkHiVIEbUrA3teX7PDWCRTwVW9ffBc9X2rMjQOkZCzShBebMG1Zchl39m1P09Wxm0E_3r_Vg-ahgNsUzd1UzNiGmJ-4-T_xU_sEegXkheLn5Vi1_y5e0KVBQs0caeP5jUaUqn1JqrRRxwqwEPhV4YE8MCutcd3VXwluA4yI3ReI36c4BtgLg"
Expand All @@ -63,6 +75,9 @@
"hash": "sha256",
"digest": "5b56e22828549f12be49f0431fd74c54dcebfbfb4277e4b87573ec1ab084c288",
"providers": [
{
"url": "https://github.com/facebook/react-native/releases/download/v0.88.0-rc.0/React.Native.DevTools-windows-x86_64.tar.gz"
},
{
"type": "http",
"url": "https://scontent.xx.fbcdn.net/mci_ab/uap/?ab_b=m&ab_page=react_native_devtools_binaries&ab_entry=AQNoewIvekFkYIhisR8u_iD720Mh6OCyo-JLIwW3AE0RZlWKUVtiMpi95a4kEX2mUSkVwcImnvEgpiKH7Oxz0ZlTGwxXyoUN4QrDQtfF5V4ng2rbBvdovpfev0qdxA3WGF9qcWmgE2qA5vfiHQ_dhOpogBxu3ZYaUkrQ3oZS3MrT9NU7HmRDWPpu"
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native/debugger-shell",
"productName": "React Native DevTools",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Experimental debugger shell for React Native for use with @react-native/debugger-frontend",
"keywords": [
"react-native",
Expand Down
8 changes: 4 additions & 4 deletions packages/dev-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/dev-middleware",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Dev server middleware for React Native",
"keywords": [
"react-native",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@isaacs/ttlcache": "^1.4.1",
"@react-native/debugger-frontend": "0.87.0-main",
"@react-native/debugger-shell": "0.87.0-main",
"@react-native/debugger-frontend": "0.88.0-rc.0",
"@react-native/debugger-shell": "0.88.0-rc.0",
"connect": "^3.6.5",
"debug": "^4.4.0",
"invariant": "^2.2.4",
Expand All @@ -43,7 +43,7 @@
"ws": "^7.5.10"
},
"devDependencies": {
"@react-native/debugger-shell": "0.87.0-main",
"@react-native/debugger-shell": "0.88.0-rc.0",
"selfsigned": "^5.5.0",
"undici": "^6.23.0",
"wait-for-expect": "^3.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/eslint-config",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "ESLint config for React Native",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@react-native/eslint-plugin": "0.87.0-main",
"@react-native/eslint-plugin": "0.88.0-rc.0",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.59.2",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/eslint-plugin",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "ESLint rules for @react-native/eslint-config",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-specs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/eslint-plugin-specs",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "ESLint rules to validate NativeModule and Component Specs",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
"@react-native/codegen": "0.87.0-main",
"@react-native/codegen": "0.88.0-rc.0",
"make-dir": "^2.1.0",
"pirates": "^4.0.1",
"flow-parser": "0.327.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gradle-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/gradle-plugin",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Gradle Plugin for React Native",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/jest-preset",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Jest preset for React Native apps",
"keywords": [
"jest",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@jest/create-cache-key-function": "^29.7.0",
"@react-native/js-polyfills": "0.87.0-main",
"@react-native/js-polyfills": "0.88.0-rc.0",
"babel-jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"regenerator-runtime": "^0.13.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/metro-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/metro-config",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Metro configuration for React Native.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"prepack": "node ../../scripts/build/prepack.js"
},
"dependencies": {
"@react-native/js-polyfills": "0.87.0-main",
"@react-native/metro-babel-transformer": "0.87.0-main",
"@react-native/js-polyfills": "0.88.0-rc.0",
"@react-native/metro-babel-transformer": "0.88.0-rc.0",
"metro-config": "^0.87.0",
"metro-runtime": "^0.87.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/new-app-screen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/new-app-screen",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "NewAppScreen component for React Native",
"keywords": [
"react-native"
Expand All @@ -22,7 +22,7 @@
"peerDependencies": {
"@types/react": "^19.1.0",
"react": "*",
"react-native": "1000.0.0"
"react-native": "0.88.0-rc.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
2 changes: 1 addition & 1 deletion packages/normalize-color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/normalize-colors",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Color normalization for React Native.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/js-polyfills",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Polyfills for React Native.",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/babel-preset",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Babel preset for React Native applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/plugin-transform-unicode-regex": "^7.24.7",
"@react-native/babel-plugin-codegen": "0.87.0-main",
"@react-native/babel-plugin-codegen": "0.88.0-rc.0",
"flow-parser": "0.327.0",
"babel-plugin-transform-flow-enums": "^0.0.2",
"react-refresh": "^0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-babel-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/metro-babel-transformer",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Babel transformer for React Native applications.",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@babel/core": "^7.25.2",
"@react-native/babel-preset": "0.87.0-main",
"@react-native/babel-preset": "0.88.0-rc.0",
"flow-parser": "0.327.0",
"nullthrows": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/codegen",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Code generation tools for React Native",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-compatibility-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/compatibility-check",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "Check a React Native app's boundary between JS and Native for incompatibilities",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepack": "node ../../scripts/build/prepack.js"
},
"dependencies": {
"@react-native/codegen": "0.87.0-main"
"@react-native/codegen": "0.88.0-rc.0"
},
"devDependencies": {
"flow-remove-types": "^2.237.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-popup-menu-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/popup-menu-android",
"version": "0.87.0-main",
"version": "0.88.0-rc.0",
"description": "PopupMenu for the Android platform",
"repository": {
"type": "git",
Expand All @@ -26,12 +26,12 @@
},
"license": "MIT",
"devDependencies": {
"@react-native/codegen": "0.87.0-main"
"@react-native/codegen": "0.88.0-rc.0"
},
"peerDependencies": {
"@types/react": "^19.1.0",
"react": "*",
"react-native": "1000.0.0"
"react-native": "0.88.0-rc.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
Loading
Loading