Добавлены изменения для PWA

This commit is contained in:
mi
2026-07-21 18:49:21 +03:00
parent 627371b221
commit cc0163eb94
22 changed files with 592 additions and 208 deletions
@@ -9,7 +9,18 @@ const config: ExpoConfig = {
userInterfaceStyle: "light",
experiments: { typedRoutes: true },
plugins: ["expo-router", "expo-secure-store"],
web: { bundler: "metro", output: "static" },
web: {
bundler: "metro",
output: "static",
shortName: "HAN Chat",
name: "HAN Chat",
description: "Помощник по документам и жизни в России",
display: "standalone",
orientation: "portrait",
backgroundColor: "#ffffff",
themeColor: "#030213",
favicon: "./public/favicon.png",
},
};
export default config;