A simple Tinder like swipe component for swiping cards
tinder-swipe-cards-rn
About
A simple Tinder like swipe component for swiping cards.
Getting Started
Prerequisites
You will require the React Native CLI installed on your machine.
Installing
Install dependencies
yarn install
Install pods for ios
cd ios && pod install
Usage
Start the development server
yarn start
Run on a simulator
yarn ios
or
yarn android