Skip to content

Instantly share code, notes, and snippets.

@WallysonGalvao
Created June 19, 2020 19:59
Show Gist options
  • Save WallysonGalvao/2a0e17091e2c1c8001df60e200966bbb to your computer and use it in GitHub Desktop.
Save WallysonGalvao/2a0e17091e2c1c8001df60e200966bbb to your computer and use it in GitHub Desktop.
Marvelapp
{
"expo": {
"name": "HelloWorld",
"slug": "umpontoseis-marvel",
"platforms": [
"ios",
"android",
"web"
],
"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": [
"expo.ts",
"expo.tsx",
"expo.js",
"expo.jsx",
"ts",
"tsx",
"js",
"jsx",
"json",
"wasm",
"svg"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment