Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 652 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 652 Bytes

An example at how to make a simple swiper in React Native.

Description

This is an example at how to make a simple Swiper, in React Native, using a ScrollView.

Installation

Clone the repository and run yarn or npm install.

You can then run react-native run-ios or react-native run-android. Learn more about Running on Device.

What it does?