Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Facebook-style swipeable cards with React Native Interactable.

License

Notifications You must be signed in to change notification settings

bevkoski/react-native-swipeable-cards-demo

Repository files navigation

React Native Swipeable Cards Demo

Showcase of a Facebook-style swipeable cards component built with React Native Interactable.

Demo

How to run it

Clone the repository

git clone https://github.com/bevkoski/react-native-swipeable-cards-demo.git

cd react-native-swipeable-cards-demo

Install dependencies

yarn or npm install

Start the app

react-native run-ios or react-native run-android

How it works

Check out this Medium article.