24ark / react-native-step-indicator

A simple react-native implementation of step indicator widget compatible with the ViewPager and ListView.
Apache License 2.0
1.43k stars 312 forks source link

Add finishedStepLabelColor and stepIndicatorLabelFontFamily #99

Closed rickycodes closed 4 years ago

rickycodes commented 4 years ago

This PR adds two additional props finishedStepLabelColor and stepIndicatorLabelFontFamily

finishedStepLabelColor provides an additional colour to apply to a label when that step is complete stepIndicatorLabelFontFamily gives the ability to style the text on the steps with a custom font family (similar to labelFontFamily)