0.0.2 • Published 4 years ago

react-native-counter-stepper v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

License: MIT PRs Welcome

Installation

This module is distributed via npm

npm install react-native-counter-stepper
yarn add react-native-counter-stepper

Usage

Import
import Counter from 'react-native-counter-stepper';
return(
    <Counter value={state} onValueChange={(val) => setState(val)} />
)

OtherExamples

Props

Contributors

Thanks goes to these people (emoji key)

LICENSE