Updated readme

This commit is contained in:
Ludwig Händel
2017-12-27 17:53:25 +01:00
parent af774bf1b3
commit 7c27b5da97

View File

@@ -4,17 +4,17 @@ Tinder like react-native card stack swiper
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/react-native-card-stack-swiper/issues)
[![npm version](https://badge.fury.io/js/react-native-card-stack-swiper.svg)](https://badge.fury.io/js/react-native-card-stack-swiper)
## Preview
![App preview](/animation.gif)
![App preview2](/animation2.gif)
## Installation
```
npm install --save react-native-card-stack-swiper
```
## Preview
![App preview](/animation.gif)
![App preview2](/animation2.gif)
```javascript
import CardStack, { Card } from 'react-native-card-stack-swiper';
```