Skip to content

Commit bc7bc47

Browse files
committed
Update app name and id
1 parent fdda1f3 commit bc7bc47

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"expo": {
3-
"name": "JS Runner",
4-
"description": "Write and run JavaScript snippets!",
5-
"slug": "jsrunner",
3+
"name": "JS Code Run",
4+
"description": "Write and run JavaScript code snippets!",
5+
"slug": "jscoderun",
66
"icon": "./assets/app-icon.png",
77
"sdkVersion": "21.0.0",
88
"version": "1.0.0",
@@ -12,10 +12,10 @@
1212
"hideExponentText": true
1313
},
1414
"ios": {
15-
"bundleIdentifier": "me.tacchino.jsrunner"
15+
"bundleIdentifier": "me.tacchino.jscoderun"
1616
},
1717
"android": {
18-
"package": "me.tacchino.jsrunner"
18+
"package": "me.tacchino.jscoderun"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)