Build: Simple Text Input
This screen lets the user type text into a box and shows the typed text below it.
Target UI
------------------------- | Simple Text Input | |-----------------------| | [___________________] | | | | Typed text appears here| -------------------------
Add a TextInput where the user can type text.
Show the typed text below the TextInput in real time.
Use a placeholder text 'Type here...'.
Ensure the TextInput has a border and some padding.