{ "expo": { "name": "didi", "slug": "didi-app", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "dark", "scheme": "didi", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#060010" }, "ios": { "supportsTablet": true, "bundleIdentifier": "eu.didi365.mobile" }, "android": { "package": "eu.didi365.mobile", "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#0d1424" }, "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false, "usesCleartextTraffic": true }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ "expo-secure-store", "expo-web-browser", "expo-notifications", [ "expo-share-intent", { "androidIntentFilters": [ "text/plain", "image/*" ] } ], "expo-font" ] } }