React Native: Build an Image Carousel with auto-scroll
У вашего броузера проблема в совместимости с HTML5
In this tutorial, we will build a simple image carousel component in react native. The carousel includes white circles to track the currently displayed image. It also includes an auto-scroll feature that automatically scrolls to the next image every configurable number of seconds.
Starter code: https://github.com/cmcaboy/imageCarouselExample/tree/starter
Finished code: https://github.com/cmcaboy/imageCarouselExample/blob/starter/App.js
Please like and subscribe for more great content!