React Native Swipe Image Component

Description:

A React Native library to swipe image to the top, bottom, left, right of the viewport.

Installation & Import:

# Yarn
$ yarn add react-native-swipe-image
# NPM
$ npm install react-native-swipe-image --save
import Swiper from 'react-native-swipe-image';

Preview:

React Native Swipe Image Component

Add Comment