Skip to content
Closed
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
3 changes: 3 additions & 0 deletions example/app.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"ios": {
"bundleIdentifier": "dev.reactnativecss",
"buildFromSource": false
},
"experiments": {
"reactCompiler": false
}
}
}
2 changes: 1 addition & 1 deletion example/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function (api) {

return getConfig(
{
presets: ["babel-preset-expo"],
presets: [["babel-preset-expo"]],
},
{ root, pkg },
);
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"!**/__mocks__"
],
"dependencies": {
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"colorjs.io": "0.6.0-alpha.1",
"comment-json": "^4.2.5",
"debug": "^4.4.1"
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4527,6 +4527,15 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-react-compiler@npm:^19.1.0-rc.2":
version: 19.1.0-rc.2
resolution: "babel-plugin-react-compiler@npm:19.1.0-rc.2"
dependencies:
"@babel/types": "npm:^7.26.0"
checksum: 10c0/d48f6f7956852730c3bb92630e166348bf1849830829cdaaae83cbc29769d1933260dbf4ba77be6dd511f0c0c0a0ad479022f2cad7534e744dc360ce9c8ad7a9
languageName: node
linkType: hard

"babel-plugin-react-native-web@npm:~0.19.13":
version: 0.19.13
resolution: "babel-plugin-react-native-web@npm:0.19.13"
Expand Down Expand Up @@ -10914,6 +10923,7 @@ __metadata:
"@types/react": "npm:^19.1.8"
"@types/react-refresh": "npm:^0"
"@types/react-test-renderer": "npm:^19"
babel-plugin-react-compiler: "npm:^19.1.0-rc.2"
babel-plugin-tester: "npm:^12.0.0"
babel-preset-expo: "npm:13.3.0-canary-20250713-8f814f8"
colorjs.io: "npm:0.6.0-alpha.1"
Expand Down