Add bundle identifier and package name to iOS and Android configurations
All checks were successful
Build App / build (push) Successful in 6m37s
All checks were successful
Build App / build (push) Successful in 6m37s
This commit is contained in:
2
app.json
2
app.json
@@ -12,10 +12,12 @@
|
||||
"backgroundColor": "#0d0d0d"
|
||||
},
|
||||
"ios": {
|
||||
"bundleIdentifier": "com.spacebanane.timeuntil",
|
||||
"supportsTablet": true,
|
||||
"requireFullScreen": false
|
||||
},
|
||||
"android": {
|
||||
"package": "com.spacebanane.timeuntil",
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#0d0d0d"
|
||||
|
||||
Reference in New Issue
Block a user