File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,23 @@ Features
1010 - Supports animation between steps
1111
1212
13- ![ alt tag] ( art/HorizontalStepIndicator.gif )   ;  ;  ;  ;  ;  ;  ;  ;   ;  ;  ;  ;  ;  ;  ;  ;  ; ![ alt tag] ( art/VerticalStepIndicator.gif )
13+ ![ alt tag] ( https://raw.githubusercontent.com/24ark/react-native-step-indicator/master/ art/HorizontalStepIndicator.gif)   ;  ;  ;  ;  ;  ;  ;  ;   ;  ;  ;  ;  ;  ;  ;  ;  ; ![ alt tag] ( https://raw.githubusercontent.com/24ark/react-native-step-indicator/master/ art/VerticalStepIndicator.gif)
1414 [ example/HorizontalStepIndicatorExample.js] ( example/HorizontalStepIndicatorExample.js )   ;  ;  ;  ; [ example/VerticalStepIndicatorExample.js] ( example/VerticalStepIndicatorExample.js )
1515
1616### Example
1717``` sh
18- $ cd example
19- $ npm i
20- $ react-native run-ios // For ios
21- $ react-native run-android // For Android
18+ $ yarn
19+ $ yarn example ios // For ios
20+ $ yarn example android // For Android
2221```
2322
2423### Installation
2524`` npm install react-native-step-indicator --save ``
2625
26+ or
27+
28+ `` yarn add react-native-step-indicator ``
29+
2730### Usage
2831``` javascript
2932import StepIndicator from ' react-native-step-indicator' ;
You can’t perform that action at this time.
0 commit comments