Live video on the AT Protocol

do not use tamagui for ui

+1 -1
+1 -1
js/components/src/components/mobile-player/ui/viewers.tsx
··· 1 1 import { Eye } from "lucide-react-native"; 2 - import { Text, View } from "tamagui"; 3 2 import * as atoms from "../../../lib/theme/atoms"; 4 3 import { useViewers } from "../../../livestream-store"; 4 + import { Text, View } from "../../ui"; 5 5 6 6 export function Viewers() { 7 7 const viewers = useViewers();