-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 779 Bytes
/
app.json
File metadata and controls
34 lines (34 loc) · 779 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
{
"expo": {
"name": "B-right",
"slug": "B-right",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/play_store_512.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/meditation-destress.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/play_store_512.png",
"backgroundColor": "#ffffff"
},
"package": "com.tchasinga.Bright"
},
"web": {
"favicon": "./assets/play_store_512.png"
},
"extra": {
"eas": {
"projectId": "5b0cbaa3-c8e9-43b4-8d8d-a41f81be5624"
}
}
}
}