We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdda1f3 commit bc7bc47Copy full SHA for bc7bc47
1 file changed
app.json
@@ -1,8 +1,8 @@
1
{
2
"expo": {
3
- "name": "JS Runner",
4
- "description": "Write and run JavaScript snippets!",
5
- "slug": "jsrunner",
+ "name": "JS Code Run",
+ "description": "Write and run JavaScript code snippets!",
+ "slug": "jscoderun",
6
"icon": "./assets/app-icon.png",
7
"sdkVersion": "21.0.0",
8
"version": "1.0.0",
@@ -12,10 +12,10 @@
12
"hideExponentText": true
13
},
14
"ios": {
15
- "bundleIdentifier": "me.tacchino.jsrunner"
+ "bundleIdentifier": "me.tacchino.jscoderun"
16
17
"android": {
18
- "package": "me.tacchino.jsrunner"
+ "package": "me.tacchino.jscoderun"
19
}
20
21
0 commit comments