-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
61 lines (61 loc) · 1.52 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
{
"expo": {
"name": "ClipZone",
"description": "Open Source React Native Youtube Clone",
"slug": "clip-zone",
"privacy": "public",
"sdkVersion": "51.0.0",
"version": "0.1.1",
"platforms": [
"ios",
"android"
],
"githubUrl": "https://github.com/abourtnik/clip-zone-mobile",
"orientation": "portrait",
"backgroundColor": "#ffffff",
"primaryColor": "#3D556B",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"androidStatusBar": {
"barStyle": "dark-content",
"backgroundColor": "#3D556B"
},
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#3D556B"
},
"ios": {
"supportsTablet": false,
"backgroundColor": "#3D556B",
"bundleIdentifier": "1"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#3D556B"
},
"playStoreUrl": "https://play.google.com/store/apps/details?id=com.abourtnik.clipzone",
"package": "com.abourtnik.clipzone",
"userInterfaceStyle": "light",
"versionCode": 3
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-secure-store"
],
"extra": {
"eas": {
"projectId": "aadc51ac-7aa0-4198-9d25-25ff7fab2e1e"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/aadc51ac-7aa0-4198-9d25-25ff7fab2e1e"
}
}
}