File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
packages/create-react-native-library Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11export const FALLBACK_BOB_VERSION = '0.40.13' ;
22export 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 ' ;
Original file line number Diff line number Diff line change 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 %>" ,
Original file line number Diff line number Diff line change 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 ],
You can’t perform that action at this time.
0 commit comments