Last active
February 9, 2018 18:12
-
-
Save cdaz5/d6a3b8c2ac24367c3004ea72e5d6f2d6 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
| // app.json | |
| { | |
| "expo": { | |
| "name": "Sample App", | |
| "sdkVersion": "25.0.0", | |
| "icon": "./sample-icon.png", | |
| "description": "Basic app", | |
| "version": "1.0.1", | |
| "orientation": "portrait", | |
| "ios": { | |
| "bundleIdentifier": "com.<your name or company name>.<your app name>" // "com.chrisdascoli.getweather" | |
| }, | |
| "android": { | |
| "package": "com.<your name or company name>.<your app name>" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment