rn-deck
v0.1.1
Published
Stack of beautiful cards that a user can slide around the screen, swiping right to 'like' an item, or 'left' to dislike an item.
Downloads
2
Readme
rn-deck
Stack of beautiful cards that a user can slide around the screen, swiping right to 'like' an item, or 'left' to dislike an item.
Installation
npm install rn-deck
Usage
import Deck from "rn-deck";
// ...
<Deck
key={DATA}
data={DATA}
renderCard={renderCard}
renderNomoreCard={renderNomoreCard}
onSwipeRight={() => {}}
onSwipeLeft={() => {}}
/>
License
MIT