-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
40 lines (40 loc) · 892 Bytes
/
app.json
File metadata and controls
40 lines (40 loc) · 892 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
35
36
37
38
39
40
{
"expo": {
"name": "distedavim",
"slug": "distedavim",
"version": "1.0.15",
"orientation": "portrait",
"icon": "./assets/app-icon.png",
"userInterfaceStyle": "light",
"plugins": [],
"splash": {
"image": "./assets/splash.jpg",
"resizeMode": "contain",
"backgroundColor": "#7256E9"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "distedavim",
"buildNumber": "31"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/app-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.distedavim.distedavim",
"versionCode": 28
},
"web": {
"favicon": "./assets/app-icon.png"
},
"extra": {
"eas": {
"projectId": "93f2db5f-1ad9-4107-ba57-8d323f2e613e"
}
}
}
}