Skip to content

Commit 5bafc5b

Browse files
authored
feat: update expo starter (#59)
1 parent fb75fdc commit 5bafc5b

File tree

6 files changed

+2630
-1266
lines changed

6 files changed

+2630
-1266
lines changed

bolt-expo/app.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,12 @@
1111
"ios": {
1212
"supportsTablet": true
1313
},
14-
"android": {
15-
"adaptiveIcon": {
16-
"foregroundImage": "./assets/images/adaptive-icon.png",
17-
"backgroundColor": "#ffffff"
18-
}
19-
},
2014
"web": {
2115
"bundler": "metro",
2216
"output": "static",
2317
"favicon": "./assets/images/favicon.png"
2418
},
25-
"plugins": [
26-
"expo-router",
27-
[
28-
"expo-splash-screen",
29-
{
30-
"image": "./assets/images/splash-icon.png",
31-
"imageWidth": 200,
32-
"resizeMode": "contain",
33-
"backgroundColor": "#ffffff"
34-
}
35-
]
36-
],
19+
"plugins": ["expo-router"],
3720
"experiments": {
3821
"typedRoutes": true
3922
}
-17.1 KB
Binary file not shown.
-17.1 KB
Binary file not shown.

bolt-expo/metro.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)