Build: Optimized Image Screen
This screen displays an image optimized for performance by using proper sizing and caching.
Target UI
------------------------- | | | [Optimized Image] | | | | Image loaded quickly | | with caching enabled | | | -------------------------
Display an image from a URL
Use React Native's Image component with proper width and height
Enable caching for the image
Show a placeholder or loading indicator while the image loads
Ensure the image scales properly on different screen sizes