import { StyleSheet, Text } from 'react-native'; import { globalStyles } from '../../styles/global'; import ScreenLayout from '../../components/layout/screenLayout'; import { RegularText } from '../../components/Styled'; export default function AccountScreen() { return ( Hey Bro! what are you up to? ); }