Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
24ark committed Mar 21, 2018
1 parent 0417eb1 commit 7dd7e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ onPageChange(position){
| ```direction``` | String | Orientation(i.e. horizontal,vertical) | horizontal
| ```customStyles``` | Object | Custom styling | {}
| ```labels``` | Array | Labels for each step | null
| `onPress` | Function (position: Number) | Function called when a step is pressed | null
| `onPress` | Function (position: Number) | Function called when a step is pressed | null
| `renderStepIndicator` | Function (position: Number, stepStatus: String) | Use this to render custom content inside step | null

### Custom Styles

Expand Down

0 comments on commit 7dd7e09

Please sign in to comment.