Skip to content

Commit 0efe48c

Browse files
committed
fix format
1 parent a3d1812 commit 0efe48c

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

examples/cookbook/app.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
"updates": {
1616
"fallbackToCacheTimeout": 0
1717
},
18-
"assetBundlePatterns": [
19-
"**/*"
20-
],
18+
"assetBundlePatterns": ["**/*"],
2119
"ios": {
2220
"supportsTablet": true
2321
},
@@ -30,10 +28,6 @@
3028
"web": {
3129
"favicon": "./assets/favicon.png"
3230
},
33-
"plugins": [
34-
"expo-router",
35-
"expo-splash-screen",
36-
"expo-status-bar"
37-
]
31+
"plugins": ["expo-router", "expo-splash-screen", "expo-status-bar"]
3832
}
3933
}

0 commit comments

Comments
 (0)