-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
38 lines (38 loc) · 888 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": {
"name": "My Recipt Book",
"slug": "meal-app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"backgroundColor": "#24180f",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#10365B"
},
"ios": {
"supportsTablet": true,
"backgroundColor": "#10365B",
"buildNumber": "1.0.0"
},
"android": {
"versionCode": 2,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#10365B"
},
"package": "com.gabriel_jesusvix.mealapp"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "b10483d1-0d9e-4058-88e0-56d4a2d66b5b"
}
}
}
}