Files
react-native-jecnaapi/example/app.json
T
jzitnik edb1d5fe82 Initial commit
Generated by create-expo-module 56.0.3.
2026-06-21 12:06:37 +02:00

27 lines
806 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"
}
}
}