4.2.0 • Published 7 months ago
react-native-simple-stepper v4.2.0
react-native-simple-stepper
A parity version of the iOS UIStepper.
Table of contents
Installation
yarn add react-native-simple-stepper |
npm install react-native-simple-stepper --save |
Usage
import SimpleStepper from 'react-native-simple-stepper';
function Example() {
return <SimpleStepper valueChanged={value => console.log(value)} />;
}
export default Example;
Text Position
left | center (default) | right |
---|---|---|
![]() | ![]() | ![]() |
import SimpleStepper from 'react-native-simple-stepper';
function TextPositionExample() {
return <SimpleStepper showText={true} textPosition={'right'} />;
}
export default TextPositionExample;
4.2.0
7 months ago
4.1.0
2 years ago
4.0.1
2 years ago
4.0.0
2 years ago
3.0.3
4 years ago
3.0.2
5 years ago
3.0.1
5 years ago
3.0.0
6 years ago
2.1.3
6 years ago
2.1.2
7 years ago
2.1.1
7 years ago
2.1.0
7 years ago
2.0.0
7 years ago
1.18.1
7 years ago
1.18.0
8 years ago
1.17.0
8 years ago
1.16.0
8 years ago
1.15.0
8 years ago
1.14.0
8 years ago
1.13.0
8 years ago
1.12.0
8 years ago
1.11.0
8 years ago
1.10.0
8 years ago
1.9.0
8 years ago
1.8.0
8 years ago
1.7.0
8 years ago
1.6.0
8 years ago
1.5.0
8 years ago
1.4.0
9 years ago
1.3.0
9 years ago
1.2.0
9 years ago
1.1.0
9 years ago
1.0.0
9 years ago