forked from expo/snack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
30 lines (30 loc) · 726 Bytes
/
Copy pathapp.json
File metadata and controls
30 lines (30 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Snack",
"description": "Write code in Expo's online editor and instantly use it on your phone",
"scheme": "snack",
"owner": "exponent",
"slug": "snack",
"version": "1.0.0",
"primaryColor": "#000000",
"icon": "./assets/icon.png",
"notification": {
"icon": "./assets/notification-icon.png",
"color": "#000000"
},
"splash": {
"image": "./assets/splash.png"
},
"developmentClient": {
"silentLaunch": true
},
"platforms": ["android", "ios", "web"],
"assetBundlePatterns": ["**/*"],
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"plugins": ["expo-font", "expo-router", "expo-asset"],
"runtimeVersion": {
"policy": "sdkVersion"
}
}