-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
57 lines (57 loc) · 1.48 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
55
56
57
{
"expo": {
"name": "Hyphen-Hacks Mobile",
"description": "Navigate Hyphen-Hacks better using this handy app!",
"slug": "hackathon-app",
"owner": "emily.sturman",
"privacy": "public",
"sdkVersion": "35.0.0",
"version": "2.0.2",
"platforms": [
"ios",
"android"
],
"githubUrl": "https://github.com/LWHSComputerScience/hackathon-app",
"orientation": "portrait",
"primaryColor": "#34495E",
"icon": "./assets/images/icon.png",
"androidStatusBar": {
"barStyle": "dark-content",
"backgroundColor": "#34495E"
},
"androidNavigationBar": {
"visible": true,
"barStyle": "dark-content",
"backgroundColor": "#34495E"
},
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#34495E"
},
"notification": {
"iosDisplayInForeground": true,
"androidMode": "default"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "com.hyphenhacks.mobile",
"buildNumber": "2",
"appStoreUrl": "https://itunes.apple.com/us/app/hyphen-hacks-helper/id1483173457",
"supportsTablet": false,
"usesIcloudStorage": false,
"usesAppleSignIn": false
},
"android": {
"package": "com.hyphenhacks.main",
"googleServicesFile": "./google-services.json",
"versionCode": 4,
"permissions": []
}
}
}