Build: WelcomeScreen
This screen shows a simple welcome message centered on the screen.
Target UI
--------------------- | | | | | | | Welcome to the | | React Native | | App! | | | | | | | ---------------------
Display a centered text message: 'Welcome to the React Native App!'
Use a View container with proper styling to center the text vertically and horizontally
Use a Text component for the message
Apply basic styling: font size 24, bold text