import { Text, zero } from "@streamplace/components"; import { Pressable, View } from "react-native"; export default function (props: { onRetry: () => void }) { return ( Unable to contact server. Retry? ); }