-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
46 lines (46 loc) · 1.25 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
{
"expo": {
"jsEngine": "hermes",
"name": "Grassroots Mobile Survey App",
"slug": "grassroots-mobile-survey-app",
"privacy": "public",
"platforms": [
"ios",
"android"
],
"ios": {
"bundleIdentifier": "com.sfdo.community.grassrootsmobilesurveyapp",
"buildNumber": "13"
},
"android": {
"package": "com.sfdo.community.grassrootsmobilesurveyapp",
"versionCode": 6,
"adaptiveIcon": {
"backgroundColor": "#ffffff",
"foregroundImage": "./assets/images/foreground.png"
},
"permissions": []
},
"version": "0.13.2",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"assets/**/*"
],
"description": "The Grassroots Mobile Survey App is focused on providing affordable field survey capacity to nonprofits worldwide.",
"githubUrl": "https://github.com/SFDO-Community-Sprints/GrassrootsMobileSurveyApp",
"extra": {
"eas": {
"projectId": "fa9308f4-2397-4ade-8d90-93a2d84bb516"
}
}
}
}