Skip to content

Instantly share code, notes, and snippets.

@brentvatne
Created May 29, 2017 18: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 brentvatne/d586caae1b7876aa79320c27b79964c5 to your computer and use it in GitHub Desktop.
Save brentvatne/d586caae1b7876aa79320c27b79964c5 to your computer and use it in GitHub Desktop.
app.json vs exp.json
{
"expo": {
"icon": "./assets/icon.png",
"sdkVersion": "17.0.0"
}
}
{
"icon": "./assets/icon.png",
"sdkVersion": "17.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment