hackernews-expo

Hackernews expo client
git clone http://git.hanabi.in/repos/hackernews-expo.git
Log | Files | Refs | LICENSE

app.json (547B)


      1 {
      2   "expo": {
      3     "name": "ex",
      4     "slug": "ex",
      5     "privacy": "public",
      6     "sdkVersion": "35.0.0",
      7     "platforms": [
      8       "ios",
      9       "android",
     10       "web"
     11     ],
     12     "version": "1.0.0",
     13     "orientation": "portrait",
     14     "icon": "./assets/icon.png",
     15     "splash": {
     16       "image": "./assets/splash.png",
     17       "resizeMode": "contain",
     18       "backgroundColor": "#ffffff"
     19     },
     20     "updates": {
     21       "fallbackToCacheTimeout": 0
     22     },
     23     "assetBundlePatterns": [
     24       "**/*"
     25     ],
     26     "ios": {
     27       "supportsTablet": true
     28     }
     29   }
     30 }