import { Text } from "react-native"; export default function PageTitle({ title }: { title: string }) { return ( {title} ); }