123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "expo": {
- "name": "Pocket 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/notebook.png",
- "splash": {
- "image": "./assets/notebook.png",
- "resizeMode": "contain",
- "backgroundColor": "#fff"
- },
- "updates": {
- "fallbackToCacheTimeout": 0
- },
- "assetBundlePatterns": [
- "**/*"
- ],
- "ios": {
- "supportsTablet": true
- },
- "android": {
- "package": "com.the_exile.pocket_diary",
- "versionCode": 1
- },
- "packagerOpts": {
- "config": "metro.config.js",
- "sourceExts": [
- "js",
- "json",
- "ts",
- "tsx",
- "vue"
- ]
- },
- "slug": "pocket-diary"
- }
- }
|