1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "expo": {
- "name": "Diary",
- "slug": "Diary",
- "privacy": "public",
- "sdkVersion": "36.0.0",
- "platforms": [
- "ios",
- "android",
- "web"
- ],
- "androidStatusBarColor": "#673AB7",
- "androidStatusBar": {
- "hidden": "true",
- "barStyle": "light-content",
- "backgroundColor": "#673AB7",
- "translucent": "false"
- },
- "version": "1.0.0",
- "orientation": "portrait",
- "icon": "./assets/icon.png",
- "splash": {
- "image": "./assets/logo.png",
- "resizeMode": "contain",
- "backgroundColor": "#673AB7"
- },
- "updates": {
- "fallbackToCacheTimeout": 0
- },
- "assetBundlePatterns": [
- "**/*"
- ],
- "ios": {
- "supportsTablet": true
- },
- "packagerOpts": {
- "config": "metro.config.js",
- "sourceExts": [
- "js",
- "json",
- "ts",
- "tsx",
- "vue"
- ]
- }
- }
- }
|