import { View } from "react-native"; import { Container } from "@/components/Container"; import { Text } from "@/components/ui/text"; export default function BleScreen() { return ( BLE Port of SwiftUI BleStatusView will live here. ); } const styles = { container: "flex flex-1 bg-white", subtitle: "mt-2 text-sm text-muted-foreground", };