Projekt

Obecné

Profil

Stáhnout (824 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 f2feda74 Schwobik
{
2
  "expo": {
3
    "name": "RudolfII",
4 1980ed09 Schwobik
    "slug": "inventaria-rudolphina",
5 f2feda74 Schwobik
    "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 1980ed09 Schwobik
      },
25
      "package": "cz.zcu.kiv.tsp.inventaria_rudolphina"
26 f2feda74 Schwobik
    },
27
    "web": {
28
      "favicon": "./assets/favicon.png"
29 1980ed09 Schwobik
    },
30
    "extra": {
31
      "eas": {
32
        "projectId": "9cbe973a-6a5e-4b5e-85dd-02a80f7e38cc"
33
      }
34
    },
35
    "owner": "mschwob"
36 f2feda74 Schwobik
  }
37
}