Build: Image Display Screen
This screen shows how to display images from local files and from the internet using React Native's Image component.
Target UI
------------------------- | Image Display Screen | |-----------------------| | Local Image: | | [Local Image Here] | | | | Remote Image: | | [Remote Image Here] | | | -------------------------
Display a local image stored in the app assets.
Display a remote image loaded from a URL.
Both images should have a fixed width and height.
Images should be centered horizontally.
Add descriptive accessibility labels for both images.