-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
36 lines (36 loc) · 837 Bytes
/
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
{
"expo": {
"name": "Easy Routes",
"slug": "taxi",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./images/logo1.png",
"userInterfaceStyle": "light",
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.spurex.taxi",
"config": {
"googleMapsApiKey": "AIzaSyDWdgMXfzkGFWoRQHgJh8iOJ_K2ke3sQuI"
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./images/logo1.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.spurex.taxi",
"config": {
"googleMaps": {
"apiKey": "AIzaSyDWdgMXfzkGFWoRQHgJh8iOJ_K2ke3sQuI"
}
}
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}