@isogand/swipe-shop-button
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

React Native Sliding Counter

A demo

This library provides...

  • feature 1
  • feature 2

Quick Start

Installation

yarn add @isogand/swipe-shop-button

or

npm install @isogand/swipe-shop-button

Usage

 import React,  from 'react';
 import { View,StyleSheet, Text } from 'react-native';
 import { GestureHandlerRootView} from 'react-native-gesture-handler';
 import SlidingCounter from '@isogand/swipe-shop-button';
 
 
 export default function App() {
     return (
       <GestureHandlerRootView style={{flex:1}}>
         <View style={styles.container}>
           <SlidingCounter / >
         </View>
       </GestureHandlerRootView>
     );
 }
const styles = StyleSheet.create({
  container: {
       flex: 1,
       backgroundColor: '#656565',
       alignItems: 'center',
       justifyContent: 'center',
 },
});

Package Sidebar

Install

npm i @isogand/swipe-shop-button

Weekly Downloads

0

Version

1.0.6

License

UNLICENSED

Unpacked Size

27.4 kB

Total Files

9

Last publish

Collaborators

  • isogand