Build: User Info Form
A simple form screen that captures user name and email input and shows the entered data below the form.
Target UI
------------------------- | User Info Form | |-----------------------| | Name: [___________] | | Email: [___________] | | [Submit] | | | | Entered Name: | | Entered Email: | -------------------------
Two TextInput fields: one for name, one for email
A Submit button that when pressed shows the entered name and email below
Use React Native state to capture and display user input
Clear the input fields after submission