-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (43 loc) · 978 Bytes
/
app.json
File metadata and controls
43 lines (43 loc) · 978 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
{
"expo": {
"name": "Reminis",
"slug": "skibidi",
"version": "1.2.0",
"orientation": "portrait",
"icon": "./assets/images/logo.png",
"scheme": "skibidi",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/logo.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"package": "com.akshat.myapp"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/splash.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
],
"@maplibre/maplibre-react-native"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "6449fef3-0c96-4c93-ab13-ec08775da10d"
}
},
"owner": "4kshatop"
}
}