-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
46 lines (46 loc) · 1.06 KB
/
app.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
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
42
43
44
45
46
{
"expo": {
"name": "Arpitools",
"slug": "arpi-tools",
"version": "1.2.1",
"orientation": "portrait",
"icon": "./assets/1024x1024.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/ebfc00cf-6286-4d50-9a02-2d30e7b9a4fe"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.arpitools.arpitools",
"buildNumber": "19"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/1024x1024-fondo transp.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.arpitools.arpitools",
"versionCode": 19
},
"web": {
"favicon": "./assets/48x48.png"
},
"extra": {
"eas": {
"projectId": "ebfc00cf-6286-4d50-9a02-2d30e7b9a4fe"
}
},
"runtimeVersion": {
"policy": "sdkVersion"
}
}
}