1.0.8 • Published 1 year ago

react-native-swiper-button v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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={{}} />