Skip to content

Instantly share code, notes, and snippets.

@yashsharma04
Created March 21, 2018 10:35
Show Gist options
  • Save yashsharma04/9868d60a116df34cc2b3af65c2ec19e5 to your computer and use it in GitHub Desktop.
Save yashsharma04/9868d60a116df34cc2b3af65c2ec19e5 to your computer and use it in GitHub Desktop.
{
"expo": {
"name": "your app name",
"description": "your app desc",
....,
"ios": {
"supportsTablet": true
},
"android": {
"package": "com.yourcompany.yourappname"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment