This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.config.json
65 lines (65 loc) · 1.57 KB
/
app.config.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
55
56
57
58
59
60
61
62
63
64
65
{
"expo": {
"slug": "abram",
"name": "Abram",
"version": "0.1.12",
"sdkVersion": "43.0.0",
"owner": "herpproject",
"privacy": "hidden",
"jsEngine": "hermes",
"platforms": [
"android"
],
"runtimeVersion": {
"policy": "sdkVersion"
},
"updates": {
"url": "https://u.expo.dev/68ca9d55-315e-4131-acb6-cb1578f725f5",
"fallbackToCacheTimeout": 0
},
"orientation": "portrait",
"icon": "assets/icon.png",
"primaryColor": "#000000",
"backgroundColor": "#000000",
"userInterfaceStyle": "dark",
"assetBundlePatterns": [
"assets/*",
"assets/mockups/*",
"i18n/*"
],
"splash": {
"resizeMode": "contain",
"image": "assets/icon-t.png",
"backgroundColor": "#000000"
},
"androidStatusBar": {
"translucent": true,
"barStyle": "light-content"
},
"androidNavigationBar": {
"barStyle": "light-content",
"backgroundColor": "#000000"
},
"android": {
"googleServicesFile": "./google-services.json",
"package": "me.hpj.abram",
"softwareKeyboardLayoutMode": "pan",
"adaptiveIcon": {
"foregroundImage": "assets/icon-t.png",
"backgroundColor": "#000000"
}
},
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"project": "abram",
"organization": "herpproject",
"authToken": "a0d3d84a278c44ae8c72b941a79682ea03b90cab2bea4b519dd2d73d37ea7a88"
}
}
]
}
}
}