{ "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" ] } } }