-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
62 lines (62 loc) · 1.79 KB
/
app.json
File metadata and controls
62 lines (62 loc) · 1.79 KB
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
59
60
61
62
{
"expo": {
"name": "Yolo",
"slug": "Yolo",
"scheme": "yolo",
"version": "1.0.19",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"buildNumber": "1.0.9",
"supportsTablet": true,
"bundleIdentifier": "com.4architmehta.Yolo",
"googleServicesFile": "./GoogleService-Info.plist",
"associatedDomains": [
"applinks:yolocornell.com"
],
"infoPlist": {
"NSCameraUsageDescription": "Yolo uses the camera to let you post event images and stories.",
"NSLocationWhenInUseUsageDescription": "Yolo uses your location to recommend events and show event distances."
}
},
"android": {
"package": "com.yolo.architmehta",
"googleServicesFile": "./google-services.json",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
}
},
"web": {
"favicon": "./assets/favicon.png",
"config": {
"firebase": {
"apiKey": "AIzaSyA9KaFe0GaetFnFTxN0OW45-7UBwqIClco",
"authDomain": "eventapp-73ba7.firebaseapp.com",
"databaseURL": "https://eventapp-73ba7-default-rtdb.firebaseio.com/",
"projectId": "eventapp-73ba7",
"storageBucket": "eventapp-73ba7.appspot.com",
"messagingSenderId": "124646004790",
"appId": "1:124646004790:web:adf008ce645419b2d22097",
"measurementId": "G-PK3030V688"
}
}
},
"extra": {
"eas": {
"projectId": "0afd1896-3021-4ea8-b66e-49041b380cf3"
}
}
}
}