Ajout de expo-updates pour des mises à jour automatiques

This commit is contained in:
2024-12-10 00:57:25 +01:00
parent a98b2b56ec
commit 8f29169381
4 changed files with 79 additions and 5 deletions

View File

@@ -6,13 +6,16 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal"
"distribution": "internal",
"channel": "preview"
},
"production": {
"autoIncrement": true
"autoIncrement": true,
"channel": "production"
}
},
"submit": {