Nouvelle version app

This commit is contained in:
Guillaume-Sanchez
2026-06-30 00:09:18 +02:00
parent 6b0d1ba204
commit 7a6f6e4176
21 changed files with 31 additions and 1521 deletions
+8 -1
View File
@@ -19,7 +19,8 @@
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
"predictiveBackGestureEnabled": false,
"package": "com.gsz116.CyberusgateApp"
},
"web": {
"output": "static",
@@ -43,6 +44,12 @@
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "220ae1d3-cdfa-4a4b-902d-640ebad8388f"
}
}
}
}
+21
View File
@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 20.5.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}