atualizacoes
This commit is contained in:
15
app.json
15
app.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "estagios_pap",
|
||||
"slug": "estagios_pap",
|
||||
"name": "Estágios PAP",
|
||||
"slug": "estagios-pap",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/images/icon.png",
|
||||
@@ -10,17 +10,16 @@
|
||||
"newArchEnabled": true,
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.anonymous.estagios-pap"
|
||||
"bundleIdentifier": "com.teu-nome.estagiospap"
|
||||
},
|
||||
"android": {
|
||||
"package": "com.teu_nome.estagiospap",
|
||||
"adaptiveIcon": {
|
||||
"backgroundColor": "#E6F4FE",
|
||||
"foregroundImage": "./assets/images/android-icon-foreground.png",
|
||||
"backgroundImage": "./assets/images/android-icon-background.png",
|
||||
"monochromeImage": "./assets/images/android-icon-monochrome.png"
|
||||
"backgroundImage": "./assets/images/android-icon-background.png"
|
||||
},
|
||||
"edgeToEdgeEnabled": true,
|
||||
"predictiveBackGestureEnabled": false
|
||||
"edgeToEdgeEnabled": true
|
||||
},
|
||||
"web": {
|
||||
"output": "static",
|
||||
@@ -46,4 +45,4 @@
|
||||
"reactCompiler": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user