-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
42 lines (42 loc) · 939 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
39
40
41
42
{
"expo": {
"name": "RAY-BOON",
"slug": "ray-boon",
"version": "1.0.2",
"orientation": "portrait",
"icon": "./assets/ray-boon-icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/ray-boon-splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {
"versionCode": 28,
"adaptiveIcon": {
"foregroundImage": "./assets/ray-boon-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.rayboon",
"softwareKeyboardLayoutMode": "pan",
"permissions": [
"INTERNET",
"WRITE_EXTERNAL_STORAGE"
]
},
"web": {
"favicon": "./assets/ray-boon-icon.png"
},
"extra": {
"eas": {
"projectId": "80fd6548-5936-4bae-a54c-9446e27502ce"
}
}
}
}