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.44k stars 312 forks source link

Adding support for custom separator stroke width #59

Closed thiagobrauer closed 5 years ago

thiagobrauer commented 5 years ago

This is the effect I needed https://photos.app.goo.gl/9PwasJzZHdLPtHUWA

If separatorStrokeUnfinishedWidth is not provided, the value of separatorStrokeWidth will be used. Same for separatorStrokeFinishedWidth.

24ark commented 5 years ago

Thanks @thiagobrauer !!