Build: Controlled TextInput Screen
A screen with a text input field that shows the typed text below it in real time.
Target UI
------------------------- | Controlled TextInput | |-----------------------| | Enter text: | | [___________________] | | | | You typed: | | | | | -------------------------
Add a TextInput component with a placeholder 'Enter text:'
Use state to control the TextInput value
Display the typed text below the TextInput in a Text component
Update the displayed text as the user types