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