-
Notifications
You must be signed in to change notification settings - Fork 6
/
app.json
62 lines (62 loc) · 1.48 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
60
61
62
{
"expo": {
"name": "Nextcloud Deck",
"description": "The power of Nextcloud Deck on your smartphone",
"slug": "deck-react-native",
"version": "0.18.0",
"icon": "./assets/icon.png",
"scheme": "nc",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"plugins": [
[
"expo-document-picker",
{
"iCloudContainerEnvironment": "Production"
}
],
"expo-localization"
],
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/4004f171-004b-4987-bdc0-8ab0fe8ceed9"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "be.bollu.deck-react-native",
"buildNumber": "62",
"usesIcloudStorage": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "be.bollu.deck_react_native",
"versionCode": 62,
"permissions": []
},
"web": {
"favicon": "./assets/favicon.png"
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"extra": {
"eas": {
"projectId": "4004f171-004b-4987-bdc0-8ab0fe8ceed9"
}
}
},
"react-native-google-mobile-ads": {
"ios_app_id": "ca-app-pub-8838289832709828~2648311699",
"delay_app_measurement_init": true
}
}