Skip to content

Instantly share code, notes, and snippets.

@voidnerd
Created February 19, 2020 10:30
Show Gist options
  • Save voidnerd/cf980b370b808c59db123f508317bac6 to your computer and use it in GitHub Desktop.
Save voidnerd/cf980b370b808c59db123f508317bac6 to your computer and use it in GitHub Desktop.
{
"name": "expo",
"displayName": "expo",
"expo": {
"name": "xxxxx",
"icon": "./src/assets/android-icon-144x144.png",
"slug": "xxx",
"privacy": "unlisted",
"sdkVersion": "36.0.0",
"version": "1.0.0",
"entryPoint": "node_modules/expo/AppEntry.js",
"platforms": ["ios", "android", "web"],
"splash": {
"image": "./src/assets/splash.png",
"backgroundColor": "#4C3760"
},
"android": {
"package": "com.cutstruct.xxxx",
"config": {
"googleMaps": {
"apiKey": "AIzaSyDjeetC5kkS30xxxxxxxxxxxxxxxxxxx"
}
},
"googleServicesFile": "./google-services.json"
},
"description": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment