Реализована проверка версионности и требование soft\force обновлений приложения

This commit is contained in:
mi
2026-09-03 19:12:38 +03:00
parent 465a70d488
commit 44db38f6fe
37 changed files with 3057 additions and 53 deletions
+6 -1
View File
@@ -4,13 +4,14 @@ const config: ExpoConfig = {
name: "HAN Chat",
slug: "han-chat",
owner: "anzh",
version: "1.0.0",
version: "1.0.1",
scheme: "han-chat",
icon: "./.assets/icons/icon.png",
orientation: "portrait",
userInterfaceStyle: "light",
android: {
package: "ru.han.chat",
versionCode: 2,
softwareKeyboardLayoutMode: "resize",
adaptiveIcon: {
foregroundImage: "./.assets/icons/adaptive-foreground.png",
@@ -32,6 +33,10 @@ const config: ExpoConfig = {
},
],
},
ios: {
bundleIdentifier: "ru.han.chat",
buildNumber: "2",
},
experiments: {
typedRoutes: true,
},