-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
45 lines (45 loc) · 984 Bytes
/
Copy pathapp.json
File metadata and controls
45 lines (45 loc) · 984 Bytes
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
{
"expo": {
"name": "Duclos",
"slug": "Duclos",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/duclosIcon.png",
"scheme": "duclos",
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": true
},
"android": {
"predictiveBackGestureEnabled": false,
"package": "com.anonymous.Duclos"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/duclosIcon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#000000"
}
}
],
"expo-build-properties",
"expo-font"
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "bb0c23cb-a549-4a78-a1d8-26446e33e690"
}
}
}
}