init
This commit is contained in:
18
app.json
18
app.json
@ -1,7 +1,8 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "mdb",
|
||||
"slug": "mdb",
|
||||
"name": "MDB-Turbo",
|
||||
"slug": "mdb-turbo",
|
||||
"scheme": "mdb-turbo",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
@ -25,6 +26,17 @@
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
"expo-router",
|
||||
"expo-font",
|
||||
[
|
||||
"expo-notifications",
|
||||
{
|
||||
"icon": "./assets/icon.png",
|
||||
"color": "#3d8bfd"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user