Files
ui/docs/patterns/vk-miniapps.md
2025-12-27 18:25:15 +03:00

25 lines
552 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# VK Mini Apps
## Recommended config
```tsx
<UIProvider config={{ platform: "vk", skin: "ios", theme: "dark" }} />
```
Для Android:
```tsx
<UIProvider config={{ platform: "vk", skin: "android", theme: "dark" }} />
```
## Safe areas
Используйте токены `--safe-*` (или задайте их через vars), если окружение отдаёт insets.
## Navigation
Паттерн:
- верхняя панель с backкнопкой
- TabBar на главных разделах
- list/cell для настроек