We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961441b commit e1ff33dCopy full SHA for e1ff33d
app.json
@@ -1,14 +1,14 @@
1
{
2
"expo": {
3
- "name": "Trivia Quiz",
4
- "slug": "trivia-quiz",
+ "name": "React Trivia Game",
+ "slug": "react-trivia-quiz",
5
"privacy": "public",
6
"sdkVersion": "32.0.0",
7
"platforms": [
8
"ios",
9
"android"
10
],
11
- "version": "1.0.0",
+ "version": "2.2.0",
12
"orientation": "portrait",
13
"icon": "./assets/icon.png",
14
"splash": {
@@ -24,7 +24,7 @@
24
25
"ios": {
26
"supportsTablet": true,
27
- "bundleIdentifier": "com.vinbusquet.triviagame"
+ "bundleIdentifier": "com.vinbusquet.reacttriviagame"
28
},
29
"android": {
30
"package": "com.vinbusquet.triviagame"
assets/icon.png
-2.92 KB
0 commit comments