react-native-swiper-button
v1.0.8
Published
It is a custom animated swiper button, just like the swipe payment button
Downloads
21
Maintainers
Readme
Getting Started
Installation
npm i react-native-swiper-button --save
Usage
Import library
import SwiperButton from 'react-native-swiper-button';
<SwiperButton
title={'Swipe'}
onToggle={() => {
//Perform your action as per requirement
}}
style={{}} />