Skip to content

Commit c14e26c

Browse files
authored
feat: bump react native to 0.83 (#916)
1 parent 6e498ae commit c14e26c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/build-templates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
XCODE_VERSION: 16.3
2222
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
2323
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
24+
RCT_REMOVE_LEGACY_ARCH: 1
2425
RCT_USE_RN_DEP: 1
2526
RCT_USE_PREBUILT_RNCORE: 1
2627

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const FALLBACK_BOB_VERSION = '0.40.13';
22
export const FALLBACK_NITRO_MODULES_VERSION = '0.29.8';
3-
export const SUPPORTED_REACT_NATIVE_VERSION = '0.81.1';
3+
export const SUPPORTED_REACT_NATIVE_VERSION = '0.83.0';

packages/create-react-native-library/templates/common/$package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@
6969
"registry": "https://registry.npmjs.org/"
7070
},
7171
"devDependencies": {
72-
"@react-native/babel-preset": "0.81.1",
72+
"@react-native/babel-preset": "0.83.0",
7373
"@types/react": "^19.1.12",
7474
"del-cli": "^6.0.0",
7575
<% if (project.moduleConfig === 'nitro-modules' || project.viewConfig === 'nitro-view') { -%>
7676
"nitrogen": "^<%- versions.nitro %>",
7777
<% } -%>
7878
"react": "19.1.0",
79-
"react-native": "0.81.1",
79+
"react-native": "0.83.0",
8080
"react-native-builder-bob": "^<%- versions.bob %>",
8181
<% if (project.moduleConfig === 'nitro-modules' || project.viewConfig === 'nitro-view') { -%>
8282
"react-native-nitro-modules": "^<%- versions.nitro %>",

packages/create-react-native-library/templates/tools/turborepo/turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"build:ios": {
2323
"env": [
2424
"RCT_NEW_ARCH_ENABLED",
25+
"RCT_REMOVE_LEGACY_ARCH",
2526
"RCT_USE_RN_DEP",
2627
"RCT_USE_PREBUILT_RNCORE"
2728
],

0 commit comments

Comments
 (0)