Skip to content

Instantly share code, notes, and snippets.

@danielstocks
Created March 2, 2018 13:49
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 danielstocks/a3e71158ec48874b9e1b0fe3df5bdc79 to your computer and use it in GitHub Desktop.
Save danielstocks/a3e71158ec48874b9e1b0fe3df5bdc79 to your computer and use it in GitHub Desktop.
Expo Configuration FIle
{
"expo": {
"name": "Carvanro",
"description": "A simple, quick, cheap and fun way to commute together",
"slug": "Carvanro",
"privacy": "public",
"sdkVersion": "24.0.0",
"version": "1.1.0",
"platforms": ["android"],
"orientation": "portrait",
"icon": "./images/icon.png",
"assetBundlePatterns": [
"images/*"
],
"notification": {
"icon": "./images/status-bar-icon-96x.png",
"color": "#2EB480",
"androidMode": "collapse"
},
"splash": {
"image": "./images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"androidStatusBar": {
"backgroundColor": "#2EB480"
},
"ios": {
"bundleIdentifier": "com.carvanro.carvanro"
},
"android": {
"versionCode": 16,
"package": "com.carvanro.carvanro2",
"config": {
"googleSignIn": {
"apiKey": "xxx",
"certificateHash": "xxx"
},
"googleMaps": {
"apiKey": "xxx"
}
}
},
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "carvanro-6o",
"project": "native",
"authToken": "xxx"
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment