-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
44 lines (44 loc) · 1.06 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
{
"expo": {
"icon": "./assets/img/launcher.png",
"name": "FitFat",
"displayName": "FitFat",
"androidStatusBar": {
"backgroundColor": "#5B68FF",
"barStyle": "light-content"
},
"splash": {
"image": "./assets/img/splash.png",
"icon": "./assets/img/launcher.png",
"backgroundColor": "#5B68FF"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/img/launcher.png",
"backgroundColor": "#5B68FF"
},
"package": "com.nmarsollier.fitfat"
},
"scheme": "com.nmarsollier.fitfat",
"web": {
"bundler": "metro"
},
"plugins": ["expo-localization", ["expo-router"]],
"ios": {
"icon": "./assets/img/launcher.png",
"bundleIdentifier": "com.nmarsollier.fitfat"
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "d27577cd-853a-4350-aca1-1d46bca012fc"
}
},
"runtimeVersion": "1.0.0",
"updates": {
"url": "https://u.expo.dev/d27577cd-853a-4350-aca1-1d46bca012fc"
}
}
}