1 |
f2feda74
|
Schwobik
|
{
|
2 |
|
|
"expo": {
|
3 |
|
|
"name": "RudolfII",
|
4 |
|
|
"slug": "RudolfII",
|
5 |
|
|
"version": "1.0.0",
|
6 |
|
|
"orientation": "portrait",
|
7 |
|
|
"icon": "./assets/icon.png",
|
8 |
|
|
"userInterfaceStyle": "light",
|
9 |
|
|
"splash": {
|
10 |
|
|
"image": "./assets/splash.png",
|
11 |
|
|
"resizeMode": "contain",
|
12 |
|
|
"backgroundColor": "#ffffff"
|
13 |
|
|
},
|
14 |
|
|
"assetBundlePatterns": [
|
15 |
|
|
"**/*"
|
16 |
|
|
],
|
17 |
|
|
"ios": {
|
18 |
|
|
"supportsTablet": true
|
19 |
|
|
},
|
20 |
|
|
"android": {
|
21 |
|
|
"adaptiveIcon": {
|
22 |
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
23 |
|
|
"backgroundColor": "#ffffff"
|
24 |
|
|
}
|
25 |
|
|
},
|
26 |
|
|
"web": {
|
27 |
|
|
"favicon": "./assets/favicon.png"
|
28 |
|
|
}
|
29 |
|
|
}
|
30 |
|
|
}
|