Skip to content

isogand/react-native-sliding-counter

Repository files navigation

React Native Sliding Counter

A demo


This library provides...

  • feature 1
  • feature 2

Quick Start

Installation

yarn add @isogand/react-native-sliding-counter

or

npm install @isogand/react-native-sliding-counter

Usage

 import React,  from 'react';
 import { View,StyleSheet, Text } from 'react-native';
 import { GestureHandlerRootView} from 'react-native-gesture-handler';
 import SlidingCounter from '@isogand/react-native-sliding-counter';
 
 
 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',
 },
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published