Skip to content

Commit a43ccc4

Browse files
committed
ci: fixed build web failure
1 parent 6473f55 commit a43ccc4

File tree

4 files changed

+9
-389
lines changed

4 files changed

+9
-389
lines changed

example/app.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,9 @@
3333
"edgeToEdgeEnabled": true
3434
},
3535
"web": {
36-
"bundler": "metro",
37-
"output": "static",
3836
"favicon": "./assets/images/favicon.png"
3937
},
40-
"plugins": [
41-
"expo-router"
42-
],
4338
"experiments": {
44-
"typedRoutes": true,
4539
"reactCompiler": true
4640
}
4741
}

example/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"babel-plugin-react-compiler": "^19.0.0-beta-af1b7da-20250417",
1414
"expo": "^53.0.9",
1515
"expo-linear-gradient": "~14.1.4",
16-
"expo-linking": "~7.1.5",
17-
"expo-router": "~5.0.7",
18-
"expo-splash-screen": "~0.30.8",
1916
"expo-status-bar": "~2.2.3",
2017
"react": "19.0.0",
2118
"react-dom": "19.0.0",

example/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
},
1111
"include": [
1212
"src/**/*",
13-
"src/types/**/*",
14-
".expo/types/**/*.ts",
15-
"expo-env.d.ts"
13+
"src/types/**/*"
1614
]
1715
}

0 commit comments

Comments
 (0)