Created
February 19, 2020 10:30
-
-
Save voidnerd/cf980b370b808c59db123f508317bac6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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