import { View, Text } from "react-native-web"; export default function ProfileScreen({navigation, route}) { return ( Profile {route.params.name} ); }