-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
36 lines (36 loc) · 933 Bytes
/
app.json
File metadata and controls
36 lines (36 loc) · 933 Bytes
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
{
"expo": {
"name": "Escapees App",
"slug": "EscapeesApp",
"version": "1.0.7",
"entryPoint": "./index.js",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"description": "Fuel Program App for EscappesRVClub",
"splash": {
"backgroundColor": "#fff",
"image": "./assets/images/splash.png",
"resizeMode": "cover"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"buildNumber": "1.0.7",
"supportsTablet": true,
"bundleIdentifier": "com.escapees.fuelapp",
"infoPlist": {
"NSLocationWhenInUseUsageDescription":"This App uses your location to show you nearby gas/deisel stations"
},
"config": {
"googleMapsApiKey": "AIzaSyA9rK5lTKqEFTnPVFVtdRYgTI7KcsUvAA4"
}
},
"web": {
"favicon": "./assets/images/favicon.png"
}
}
}