We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d1812 commit 0efe48cCopy full SHA for 0efe48c
1 file changed
examples/cookbook/app.json
@@ -15,9 +15,7 @@
15
"updates": {
16
"fallbackToCacheTimeout": 0
17
},
18
- "assetBundlePatterns": [
19
- "**/*"
20
- ],
+ "assetBundlePatterns": ["**/*"],
21
"ios": {
22
"supportsTablet": true
23
@@ -30,10 +28,6 @@
30
28
"web": {
31
29
"favicon": "./assets/favicon.png"
32
33
- "plugins": [
34
- "expo-router",
35
- "expo-splash-screen",
36
- "expo-status-bar"
37
- ]
+ "plugins": ["expo-router", "expo-splash-screen", "expo-status-bar"]
38
}
39
0 commit comments