-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
65 lines (65 loc) · 1.8 KB
/
app.json
File metadata and controls
65 lines (65 loc) · 1.8 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
63
64
65
{
"expo": {
"name": "Schoenstatt Fathers",
"slug": "schoenstatt-fathers",
"jsEngine": "hermes",
"platforms": ["ios", "android"],
"version": "1.6.13",
"orientation": "portrait",
"icon": "./assets/img/icon_app.png",
"primaryColor": "#ffffff",
"splash": {
"backgroundColor": "#000258",
"image": "./assets/img/splash.png"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"android": {
"package": "com.schoenstatt.fathersApp",
"versionCode": 37,
"permissions": [
"android.permission.CAMERA",
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.WRITE_CONTACTS",
"android.permission.CAMERA_ROLL",
"android.permission.READ_CONTACTS",
"android.permission.RECORD_AUDIO"
],
"adaptiveIcon": {
"foregroundImage": "./assets/img/icon.png",
"backgroundColor": "#ffffff"
}
},
"ios": {
"bundleIdentifier": "com.schoenstatt.fathersApp",
"buildNumber": "1",
"supportsTablet": false,
"requireFullScreen": true,
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false,
"NSContactsUsageDescription": "This app needs access to your contacts so you can save a phone number and email directly in your device."
}
},
"extra": {
"EX_DEV_CLIENT_NETWORK_INSPECTOR": "true",
"secretKey": "",
"eas": {
"projectId": "708c0b82-d128-4143-a56c-8a91a7666130"
}
},
"plugins": [
[
"expo-image-picker",
{
"photosPermission": "The app accesses your photos to let you share them with your friends."
}
],
"expo-font",
"expo-localization",
"expo-web-browser"
],
"owner": "girolabs"
}
}