mediumReact Native#18

Image caching and preloading

Prompt

Implement an image gallery that preloads the next image while displaying the current one. Use Image.prefetch for preloading. Show a loading placeholder while an image loads.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code