Build: Welcome Screen
A simple welcome screen that uses a custom container component to display a title and a message using the children prop.
Target UI
----------------------- | | | Welcome Screen | | | | Hello, friend! | | This is your app. | | | -----------------------
Create a custom Container component that accepts children and styles them with padding and center alignment.
Use the Container component in the WelcomeScreen to display a title and a message as children.
The title should be a Text component with larger font size and bold style.
The message should be a Text component with normal font size.
The screen background should be white and content centered vertically and horizontally.