Build: Welcome Screen
A simple welcome screen app to demonstrate quick start with Expo Go. It shows a greeting message and a button to change the greeting.
Target UI
----------------------- | | | Welcome to Expo! | | | | [Change Greeting] | | | -----------------------
Display a centered text greeting 'Welcome to Expo!'
Add a button below the text labeled 'Change Greeting'
When the button is pressed, change the greeting text to 'Hello from Expo Go!'
Use React Native components and hooks
Ensure the UI is centered vertically and horizontally