import { View, Text } from 'react-native'; export default function SocialScreen() { return ( Social Screen ); }