Skip to content

Instantly share code, notes, and snippets.

@arohi146
Created April 30, 2021 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arohi146/42ffcd393a56da5f23e962249b21b421 to your computer and use it in GitHub Desktop.
Save arohi146/42ffcd393a56da5f23e962249b21b421 to your computer and use it in GitHub Desktop.
{
"expo": {
"name": "blogapp",
"slug": "blogapp",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
}
},
"web": {
"favicon": "./assets/images/favicon.png"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment