-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
48 lines (48 loc) · 1.05 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
{
"expo": {
"slug": "usingexpodemo2023",
"name": "UsingExpoDemo2023",
"icon": "./assets/icon.png",
"version": "1.0.0",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"android": {
"package": "com.keithkurak.usingexpodemo2023",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
}
},
"ios": {
"bundleIdentifier": "com.keithkurak.usingexpodemo2023"
},
"plugins": [
[
"expo-build-properties",
{
"android": {
"minSdkVersion": 29
},
"ios": {
"deploymentTarget": "14.0"
}
}
]
],
"extra": {
"eas": {
"projectId": "fd6f91fb-6a39-44c1-b3ea-ce52135ad12d"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/fd6f91fb-6a39-44c1-b3ea-ce52135ad12d"
},
"owner": "keith-kurak"
}
}