-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
51 lines (51 loc) · 1.32 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
{
"expo": {
"platforms": [
"ios",
"android",
"web"
],
"name": "fiuumber",
"slug": "fiuumber",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.taller2.fiuumber",
"config": {
"googleMaps": { "apiKey": "AIzaSyANbv3JEv2HV3r4Sj9j7Y5yrX3KYQcSmew" },
"googleSignIn": {"apiKey": "AIzaSyBfs3U9Y_wu6bVrUKC737-Dj_JkWWHGU1I", "certificateHash": "17027DC8AD29943F5B8954D16CB1BAFEF306FA5A"}
},
"googleServicesFile": "./google-services.json"
},
"web": {
"favicon": "./assets/images/favicon.png"
},
"extra": {
"eas": {
"projectId": "0e2d07d5-5867-4365-8a62-e36c40253998"
},
"ANDROID_KEY": "268160515802-k4rqi1559edp7d9fbovpe9mhdlmvhpe0.apps.googleusercontent.com"
}
}
}