atualizacoes

This commit is contained in:
2026-03-13 17:20:44 +00:00
parent 7c5efa2695
commit 3404c0044d
12 changed files with 1523 additions and 841 deletions

View File

@@ -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
}
}
}
}