import { View, Text } from 'react-native'; const WelcomeScreen = () => { return ( Hi everyone! ); }; export default WelcomeScreen;