Skip to content

Instantly share code, notes, and snippets.

@tonyvu2014
Created June 10, 2018 08:15
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 tonyvu2014/9322f4a83d12dd957a868bae00c246c3 to your computer and use it in GitHub Desktop.
Save tonyvu2014/9322f4a83d12dd957a868bae00c246c3 to your computer and use it in GitHub Desktop.
app.json
{
"expo": {
"name": "Balsa",
"description": "A super lightweight news feed",
"githubUrl": "https://github.com/tonyvu2014/balsa",
"sdkVersion": "25.0.0",
"icon": "balsa.png",
"version": "0.1.6",
"slug": "balsa",
"ios": {
"bundleIdentifier": "com.tonyvu.balsa"
},
"android": {
"package": "com.tonyvu.balsa",
"versionCode": 5
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment