-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 741 Bytes
/
Copy pathapp.json
File metadata and controls
34 lines (34 loc) · 741 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
31
32
33
34
{
"expo": {
"name": "Crossy Road",
"slug": "crossy-road",
"privacy": "public",
"orientation": "portrait",
"primaryColor": "#87C6FF",
"icon": "./assets/icons/app.png",
"splash": {
"image": "./assets/icons/loading.png",
"resizeMode": "contain",
"backgroundColor": "#87C6FF"
},
"packagerOpts": {
"assetExts": ["ttf", "mp4", "mp3", "obj", "wav"]
},
"ios": {
"icon": "./assets/icons/app.png",
"supportsTablet": true,
"buildNumber": "0.0.0"
},
"android": {
"icon": "./assets/icons/app.png",
"versionCode": 1
},
"web": {
"build": {
"babel": {
"include": ["expo-three", "three"]
}
}
}
}
}