| 12345678910111213141516171819202122232425262728293031 |
- {
- "expo": {
- "name": "NcoreUiKitMobile Example",
- "slug": "ncore-ui-kit-mobile-example",
- "version": "1.0.0",
- "orientation": "portrait",
- "icon": "./assets/icon.png",
- "userInterfaceStyle": "light",
- "splash": {
- "image": "./assets/splash-icon.png",
- "resizeMode": "contain",
- "backgroundColor": "#ffffff"
- },
- "ios": {
- "supportsTablet": true,
- "bundleIdentifier": "ncoreuikitmobile.example"
- },
- "android": {
- "adaptiveIcon": {
- "backgroundColor": "#E6F4FE",
- "foregroundImage": "./assets/android-icon-foreground.png",
- "backgroundImage": "./assets/android-icon-background.png",
- "monochromeImage": "./assets/android-icon-monochrome.png"
- },
- "package": "ncoreuikitmobile.example"
- },
- "web": {
- "favicon": "./assets/favicon.png"
- }
- }
- }
|