forked from EvanBacon/expo-three-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
41 lines (41 loc) Β· 748 Bytes
/
app.json
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
35
36
37
38
39
40
41
{
"expo": {
"name": "Three Demo",
"description": "3D Demos",
"slug": "three-demo",
"privacy": "public",
"sdkVersion": "23.0.0",
"version": "1.0.0",
"primaryColor": "#056ECF",
"icon": "./assets/icons/app.png",
"loading": {
"icon": "./assets/icons/loading.png",
"hideExponentText": false,
"backgroundColor": "#ffffff"
},
"packagerOpts": {
"assetExts": [
"ttf",
"mp4",
"dae",
"obj",
"amf",
"3mf",
"3ds",
"jpg",
"assimp",
"fbx",
"pmd",
"vmd",
"ply",
"stl",
"vtk",
"vtp",
"sea"
]
},
"ios": {
"supportsTablet": true
}
}
}