{ "expo": { "name": "Smart App City", "slug": "smart-app-city", "version": "0.1.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#1565C0" }, "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, "bundleIdentifier": "fr.digitribe.smartapp" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#1565C0" }, "package": "fr.digitribe.smartapp" }, "web": { "favicon": "./assets/favicon.png", "bundler": "webpack" }, "plugins": [ "expo-localization", "expo-location", "expo-notifications" ] } }