react-native-counter-stepper
v0.0.2
Published
This is a simple light weight react native counter component
Downloads
2
Maintainers
Readme
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)} />
)
Props
Contributors
Thanks goes to these people (emoji key)