-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
55 lines (55 loc) · 1.26 KB
/
app.json
File metadata and controls
55 lines (55 loc) · 1.26 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
{
"expo": {
"name": "puredating",
"slug": "puredating",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/ICONL.png",
"splash": {
"image": "./assets/splashn.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/57a67364-fcd2-46a1-8914-1597fd1c0498"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.puredatingv1.puredating",
"googleServicesFile": "./GoogleService-Info.plist"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/LOGOM.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.puredating.app",
"googleServicesFile": "./google-services.json",
"versionCode": 10
},
"web": {
"favicon": "./assets/faviconm.png"
},
"description": "",
"extra": {
"eas": {
"projectId": "57a67364-fcd2-46a1-8914-1597fd1c0498"
}
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"plugins": [
[
"expo-image-picker",
{
"photosPermission": "The app accesses your photos "
}
]
]
}
}