react-native-step-indicator
A simple react-native implementation of step indicator widget compatible with the ViewPager and ListView.
Features
- Can be used with ViewPager and Listview
- Custom Styling
- Supports vertical and horizontal orientation
- Supports animation between steps
Example
$ cd example
$ npm i
$ react-native run-ios // For ios
$ react-native run-android // For Android
Installation
npm install react-native-step-indicator --save