Skip to content

Instantly share code, notes, and snippets.

@cdaz5
Last active February 9, 2018 18:12
Show Gist options
  • Select an option

  • Save cdaz5/d6a3b8c2ac24367c3004ea72e5d6f2d6 to your computer and use it in GitHub Desktop.

Select an option

Save cdaz5/d6a3b8c2ac24367c3004ea72e5d6f2d6 to your computer and use it in GitHub Desktop.
// 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