Infinite image carousel for React Native
Carousel component for React Native applications.
The component has the following props
If the image array is greater than one then there will be possible to slide through images showing at the same time a slider container informing the user of the selected image.
Run this command to install all dependencies of the project
npm install
Execute this command to start the expo server
expo start
Open your expo app on your phone or use a emulator to test the application.