Skip to content

Commit

Permalink
Setup app.json to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
daxapps committed Dec 1, 2017
1 parent 18220e0 commit dfa18c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"expo": {
"name": "jobs",
"name": "JobsFinder",
"description": "An empty new project",
"slug": "jobs",
"slug": "https://exp.host/@daxapps/jobs",
"privacy": "public",
"sdkVersion": "23.0.0",
"version": "1.0.0",
Expand All @@ -15,6 +15,7 @@
"backgroundColor": "#ffffff"
},
"ios": {
"bundleIdentifier": "com.daxapps.JobsFinder",
"supportsTablet": true
}
}
Expand Down

0 comments on commit dfa18c8

Please sign in to comment.