colbymillerdev / react-native-progress-steps

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

Click in step icon to change #19

Closed joaoarruda-dev closed 4 years ago

joaoarruda-dev commented 4 years ago

Is there any way to change the steps clicking in any step?

mariomurrent-softwaresolutions commented 4 years ago

Do you mean to add an icon to next/previous/finish button?

colbymillerdev commented 4 years ago

No, currently you can't click on a step icon to change to that step. That is definitely something that can be implemented in a future release or PR though!