update name
This commit is contained in:
parent
2e7065f62f
commit
248f225774
5
app.json
5
app.json
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"expo": {
|
"expo": {
|
||||||
"name": "ThatLooksGood",
|
"name": "Tali",
|
||||||
"slug": "ThatLooksGood",
|
"slug": "Tali",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"icon": "./assets/icon.png",
|
"icon": "./assets/icon.png",
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
"userInterfaceStyle": "automatic"
|
"userInterfaceStyle": "automatic"
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
|
"permissions":["READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE"],
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": {
|
||||||
"foregroundImage": "./assets/adaptive-icon.png",
|
"foregroundImage": "./assets/adaptive-icon.png",
|
||||||
"backgroundColor": "#ffffff"
|
"backgroundColor": "#ffffff"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue