import { Text, View } from 'react-native'; export default function HomeScreen() { return ( Hello, Relationship App! ); }