| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "expo": {
- "name": "叮咚外卖用户端",
- "slug": "DingdongClient",
- "platforms": [
- "ios",
- "android",
- "web"
- ],
- "version": "1.0.0",
- "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
- },
- "android": {
- "package": "com.izouma.dingdongClient",
- "versionCode": 1,
- "permissions": [
- "CAMERA",
- "READ_INTERNAL_STORAGE",
- "WRITE_INTERNAL_STORAGE",
- "READ_EXTERNAL_STORAGE",
- "WRITE_EXTERNAL_STORAGE"
- ]
- },
- "androidStatusBar": {
- "backgroundColor": "#FFC21C",
- "translucent": false
- },
- "web": {
- "favicon": "./assets/images/favicon.png"
- },
- "description": "叮咚外卖用户端平台"
- }
- }
|