-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
51 lines (51 loc) · 1.21 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
{
"expo": {
"name": "Chinese Flip Language",
"slug": "chinese-flip",
"description": "Learn the most common Chinese words and phrases with native speaker audio",
"privacy": "public",
"version": "0.0.93",
"orientation": "default",
"splash": {
"image": "./assets/images/android/app-icon.png",
"resizeMode": "contain",
"backgroundColor": "#2196f3"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/da4edbfe-1178-4cb3-b905-12d5533711f8"
},
"assetBundlePatterns": [
"**/*"
],
"plugins": [
"sentry-expo"
],
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps"
}
]
},
"ios": {
"icon": "./assets/images/ios/app-icon.png",
"supportsTablet": true,
"bundleIdentifier": "com.trybicki.chineseflip",
"buildNumber": "9"
},
"android": {
"icon": "./assets/images/android/app-icon.png",
"package": "com.trybicki.chineseflip",
"versionCode": 13
},
"extra": {
"eas": {
"projectId": "da4edbfe-1178-4cb3-b905-12d5533711f8"
}
},
"runtimeVersion": {
"policy": "appVersion"
}
}
}