38 lines
967 B
JSON
38 lines
967 B
JSON
{
|
|
"expo": {
|
|
"name": "jecnaapi-react-native-example",
|
|
"slug": "jecnaapi-react-native-example",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "cz.jzitnik.jecnaapireactnative.example"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#E6F4FE",
|
|
"foregroundImage": "./assets/android-icon-foreground.png",
|
|
"backgroundImage": "./assets/android-icon-background.png",
|
|
"monochromeImage": "./assets/android-icon-monochrome.png"
|
|
},
|
|
"predictiveBackGestureEnabled": false,
|
|
"package": "cz.jzitnik.jecnaapireactnative.example"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"android": {
|
|
"minSdkVersion": 26
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|