File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 9
9
"ios" : {
10
10
"bundleIdentifier" : " dev.reactnativecss" ,
11
11
"buildFromSource" : false
12
+ },
13
+ "experiments" : {
14
+ "reactCompiler" : false
12
15
}
13
16
}
14
17
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = function (api) {
9
9
10
10
return getConfig (
11
11
{
12
- presets : [ "babel-preset-expo" ] ,
12
+ presets : [ [ "babel-preset-expo" ] ] ,
13
13
} ,
14
14
{ root, pkg } ,
15
15
) ;
Original file line number Diff line number Diff line change 117
117
" !**/__mocks__"
118
118
],
119
119
"dependencies" : {
120
+ "babel-plugin-react-compiler" : " ^19.1.0-rc.2" ,
120
121
"colorjs.io" : " 0.6.0-alpha.1" ,
121
122
"comment-json" : " ^4.2.5" ,
122
123
"debug" : " ^4.4.1"
Original file line number Diff line number Diff line change @@ -4527,6 +4527,15 @@ __metadata:
4527
4527
languageName : node
4528
4528
linkType : hard
4529
4529
4530
+ " babel-plugin-react-compiler@npm:^19.1.0-rc.2 " :
4531
+ version : 19.1.0-rc.2
4532
+ resolution : " babel-plugin-react-compiler@npm:19.1.0-rc.2"
4533
+ dependencies :
4534
+ " @babel/types " : " npm:^7.26.0"
4535
+ checksum : 10c0/d48f6f7956852730c3bb92630e166348bf1849830829cdaaae83cbc29769d1933260dbf4ba77be6dd511f0c0c0a0ad479022f2cad7534e744dc360ce9c8ad7a9
4536
+ languageName : node
4537
+ linkType : hard
4538
+
4530
4539
" babel-plugin-react-native-web@npm:~0.19.13 " :
4531
4540
version : 0.19.13
4532
4541
resolution : " babel-plugin-react-native-web@npm:0.19.13"
@@ -10914,6 +10923,7 @@ __metadata:
10914
10923
" @types/react " : " npm:^19.1.8"
10915
10924
" @types/react-refresh " : " npm:^0"
10916
10925
" @types/react-test-renderer " : " npm:^19"
10926
+ babel-plugin-react-compiler : " npm:^19.1.0-rc.2"
10917
10927
babel-plugin-tester : " npm:^12.0.0"
10918
10928
babel-preset-expo : " npm:13.3.0-canary-20250713-8f814f8"
10919
10929
colorjs.io : " npm:0.6.0-alpha.1"
You can’t perform that action at this time.
0 commit comments