-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
59 lines (59 loc) · 1.61 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
52
53
54
55
56
57
58
59
{
"name": "Gardener Harvesting",
"description": "App for tracking and logging participation in CHEER's Long Branch Gardener Program, as well as uploading harvest data.",
"slug": "gardner-harvesting",
"version": "1.2.0",
"platforms": ["ios", "android"],
"githubUrl": "https://github.com/CommunityCHEER/gardner-harvesting",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"icon": "./assets/images/icon.png",
"scheme": "gardner-harvesting",
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "b54ebaef-028f-45f9-9380-6918d6c41315"
}
},
"plugins": [
"expo-router",
"expo-localization",
"expo-image-picker",
"expo-font"
],
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"bundleIdentifier": "com.communitycheer.gardner-harvesting",
"supportsTablet": true,
"googleServicesFile": "./GoogleService-Info.plist"
},
"android": {
"package": "com.communitycheer.gardner_harvesting",
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive_icon.png",
"monochromeImage": "./assets/images/monochrome.png",
"backgroundColor": "#ffffff"
},
"googleServicesFile": "./google-services.json",
"blockedPermissions": [
"android.permission.RECORD_AUDIO",
"android.permission.READ_MEDIA_VIDEO"
],
"versionCode": 7
},
"experiments": {
"typedRoutes": true
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/b54ebaef-028f-45f9-9380-6918d6c41315"
}
}