项目作者: thealmarques

项目描述 :
Infinite image carousel for React Native
高级语言: TypeScript
项目地址: git://github.com/thealmarques/react-native-infinite-carousel.git
创建时间: 2020-05-08T10:22:25Z
项目社区:https://github.com/thealmarques/react-native-infinite-carousel

开源协议:MIT License

下载


Infinite Carousel - React Native

Carousel component for React Native applications.

Example

How it works

The component has the following props

  • Urls - Array containing the urls of the images

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.

Installation

Run this command to install all dependencies of the project

  1. npm install

Run

Execute this command to start the expo server

  1. expo start

Open your expo app on your phone or use a emulator to test the application.