File tree Expand file tree Collapse file tree 4 files changed +9
-389
lines changed Expand file tree Collapse file tree 4 files changed +9
-389
lines changed Original file line number Diff line number Diff line change 33
33
"edgeToEdgeEnabled" : true
34
34
},
35
35
"web" : {
36
- "bundler" : " metro" ,
37
- "output" : " static" ,
38
36
"favicon" : " ./assets/images/favicon.png"
39
37
},
40
- "plugins" : [
41
- " expo-router"
42
- ],
43
38
"experiments" : {
44
- "typedRoutes" : true ,
45
39
"reactCompiler" : true
46
40
}
47
41
}
Original file line number Diff line number Diff line change 13
13
"babel-plugin-react-compiler" : " ^19.0.0-beta-af1b7da-20250417" ,
14
14
"expo" : " ^53.0.9" ,
15
15
"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" ,
19
16
"expo-status-bar" : " ~2.2.3" ,
20
17
"react" : " 19.0.0" ,
21
18
"react-dom" : " 19.0.0" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"include" : [
12
12
" src/**/*" ,
13
- " src/types/**/*" ,
14
- " .expo/types/**/*.ts" ,
15
- " expo-env.d.ts"
13
+ " src/types/**/*"
16
14
]
17
15
}
You can’t perform that action at this time.
0 commit comments