colbymillerdev / react-native-progress-steps

A simple and fully customizable React Native component that implements a progress stepper UI.
MIT License
375 stars 147 forks source link

Feature: add borderRadius prop #92

Closed aarav22 closed 1 year ago

aarav22 commented 3 years ago

I needed squares instead of circles in the ProgressSteps component so I added a new prop for it. The default values are the values that were hardcoded initially.