react-native-tinder-card
v1.1.3
Published
TODO
Downloads
10
Readme
react-native-tinder-card
Getting started
$ npm install react-native-tinder-card --save
Mostly automatic installation
$ react-native link react-native-tinder-card
Demo
Usage
import TinderCard from "react-native-tinder-card";
<TinderSwipe ref={this.card} data={users[0]} />;