{ "expo": { "name": "叮咚外卖用户端", "slug": "DingdongClient", "platforms": [ "ios", "android", "web" ], "version": "1.0.1", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "myapp", "splash": { "image": "./assets/images/splash.png", "resizeMode": "contain", "backgroundColor": "#FFC21C" }, "backgroundColor": "#fff", "primaryColor": "#FFC21C", "updates": { "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true, "bundleIdentifier": "com.izouma.dingdongClient", "buildNumber": "1.0.1" }, "android": { "package": "com.izouma.dingdongClient", "versionCode": 1, "permissions": [ "ACCESS_COARSE_LOCATION", "ACCESS_FINE_LOCATION", "CAMERA", "READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE" ] }, "androidStatusBar": { "backgroundColor": "#FFC21C" }, "web": { "favicon": "./assets/images/favicon.png" }, "description": "叮咚外卖用户端平台" } }