-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
54 lines (54 loc) · 1.19 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"expo": {
"owner": "avocado-games",
"name": "stokks",
"slug": "stokks-app",
"version": "1.0.5",
"orientation": "portrait",
"icon": "./assets/images/Logotype.png",
"scheme": "stokks-app",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "avocadogames.stokks",
"buildNumber": "1.0.7"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "avocadogames.stokks",
"versionCode": 3
},
"plugins": [
"sentry-expo",
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 31,
"targetSdkVersion": 31,
"buildToolsVersion": "31.0.0"
}
}
]
],
"extra": {
"eas": {
"projectId": "f8b55a0a-8bbe-4176-b894-d3b43fa5c0c5"
}
}
}
}