-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathapp.json
58 lines (58 loc) · 1.39 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
58
{
"expo": {
"name": "Slope Ninja",
"description": "Snow updates for Tahoe Resorts",
"slug": "slopeninaja-native",
"privacy": "public",
"sdkVersion": "32.0.0",
"version": "1.0.4",
"orientation": "portrait",
"primaryColor": "#1ED2FF",
"icon": "./assets/icons/app.png",
"loading": {
"icon": "./assets/icons/loading.png",
"backgroundColor": "#FFFFFF",
"hideExponentText": true
},
"packagerOpts": {
"assetExts": [
"ttf",
"mp4"
]
},
"ios": {
"bundleIdentifier": "ninja.slope.app",
"icon": "./assets/icons/iOSAppIcon.png",
"supportsTablet": false,
"buildNumber": "1.0.4",
"config": {
"googleMapsApiKey": "AIzaSyDI1850XSlrvboAaIj7_UNXBBsu8NjJ3Jg"
},
"isRemoteJSEnabled": true
},
"android": {
"package": "ninja.slope.app",
"versionCode": 2,
"permissions": [
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION"
],
"config": {
"googleMaps": {
"apiKey": "AIzaSyBQDS_lgbWzDMFBuduS9pA7eRQFqtUpG7M"
}
}
},
"androidStatusBar": {
"barStyle": "light-content",
"backgroundColor": "#1ED2FF"
},
"androidStatusBarColor": "#1ED2FF",
"scheme": "ninja",
"platforms": [
"android",
"ios"
],
"githubUrl": "https://github.com/juliaqiuxy/slopeninja-native"
}
}