Build: Native UI Explanation
This screen explains why React Native core components build native UIs instead of web views.
Target UI
------------------------- | Why Core Components? | |-----------------------| | React Native uses | | core components like | | View, Text, and Image | | to create native UI. | | | | This means your app | | looks and feels like | | a real native app. | | | | [OK] | -------------------------
Display a header with the title 'Why Core Components?'
Show a multiline text explaining that React Native core components build native UI elements.
Add a button labeled 'OK' at the bottom that closes the screen (for this exercise, just a placeholder).
Use React Native core components only (View, Text, Button).
Style the screen with padding and center the content vertically.