-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
38 lines (38 loc) · 807 Bytes
/
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
{
"expo": {
"scheme": "focusdoro",
"userInterfaceStyle": "automatic",
"splash": {
"backgroundColor": "#ddffe2",
"image": "./assets/splash.png",
"resizeMode": "contain"
},
"icon": "./assets/favicon.png",
"name": "focusdoro",
"slug": "focusdoro",
"android": {
"package": "com.joaopcarvalho.focusdoro"
},
"extra": {
"eas": {
"projectId": "84f6e807-b969-4a67-b00e-fea1f4a02e28"
}
},
"plugins": [
"expo-av",
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 33,
"targetSdkVersion": 33,
"buildToolsVersion": "33.0.0"
},
"ios": {
"deploymentTarget": "13.0"
}
}
]
]
}
}