ВМ1: реализован сбор логов

This commit is contained in:
mi
2026-09-07 12:46:45 +03:00
parent 44db38f6fe
commit 85df788f2d
42 changed files with 1669 additions and 310 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 74 KiB

+3
View File
@@ -13,6 +13,9 @@ const config: ExpoConfig = {
package: "ru.han.chat",
versionCode: 2,
softwareKeyboardLayoutMode: "resize",
// Expo prebuild template injects this into every AAB. The app does not draw
// over other windows; RuStore/Play treat it as a sensitive overlay permission.
blockedPermissions: ["android.permission.SYSTEM_ALERT_WINDOW"],
adaptiveIcon: {
foregroundImage: "./.assets/icons/adaptive-foreground.png",
monochromeImage: "./.assets/icons/adaptive-monochrome.png",