-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
48 lines (48 loc) · 1.35 KB
/
app.json
File metadata and controls
48 lines (48 loc) · 1.35 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
{
"expo": {
"name": "Dinig-together",
"slug": "dinig-together",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#3679fe"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"config": {
"googleMapsApiKey": "AIzaSyCpzahjEor-ycuD_tuk7RehWRDS6nyCJyI"
},
"supportsTablet": false,
"bundleIdentifier": "com.DiningTogether",
"buildNumber": "1.0.0",
"infoPlist": {
"NSPhotoLibraryUsageDescription": "The app accesses to photo library to upload your profile photo when you are signing up or updatinh the profile."
}
},
"android": {
"config": {
"googleMaps": {
"apiKey": "AIzaSyCu5NZAAzLftXmdHgW0OHN22uxq3EuYQpM"
}
},
"adaptiveIcon": {
"foregroundImage": "./assets/android-icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.DiningTogether.DiningTogether",
"versionCode": 1,
"permissions": ["RECEIVE_BOOT_COMPLETED", "CAMERA", "ACCESS_BACKGROUND_LOCATION", "READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE","ACCESS_FINE_LOCATION"]
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}