4.1.0 • Published 9 months ago

react-native-simple-stepper v4.1.0

Weekly downloads
171
License
MIT
Repository
github
Last release
9 months ago

react-native-simple-stepper

Platform npm version npm version License CI

A parity version of the iOS UIStepper.

screenshot

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

leftcenter (default)right
screenshotscreenshotscreenshot
import SimpleStepper from 'react-native-simple-stepper';

function TextPositionExample() {
  return <SimpleStepper showText={true} textPosition={'right'} />;
}

export default TextPositionExample;
4.1.0

9 months ago

4.0.1

1 year ago

4.0.0

1 year ago

3.0.3

3 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

6 years ago

1.18.1

6 years ago

1.18.0

7 years ago

1.17.0

7 years ago

1.16.0

7 years ago

1.15.0

7 years ago

1.14.0

7 years ago

1.13.0

7 years ago

1.12.0

7 years ago

1.11.0

7 years ago

1.10.0

7 years ago

1.9.0

7 years ago

1.8.0

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago