-
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) · 803 Bytes
/
app.json
File metadata and controls
36 lines (36 loc) · 803 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": "Coleta Amiga",
"slug": "TAS-mobile",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#F5F5F6"
},
"updates": {
"fallbackToCacheTimeout": 30000
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "com.tas.coletaamiga",
"supportsTablet": true,
"config": {
"googleMapsApiKey": "AIzaSyBvtbqur65QZ9MX3ZdUMPi3HPWxd0CW2vw"
}
},
"android": {
"package": "com.tas.coletaamiga",
"config": {
"googleMaps": {
"apiKey": "AIzaSyCX1CDvN_7D-LpF-Su6VhbE9nWTWAQm718"
}
}
},
"description": ""
}
}