colbymillerdev / react-native-progress-steps

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

How to go next/previous by own custom button #44

Closed mustafaqutbuddin closed 4 years ago

mustafaqutbuddin commented 4 years ago

How to go to the next/previous step upon pressing our own custom button?

I tried using refs, but It ain't working.

mariovillamizar commented 2 years ago

@mustafaqutbuddin did you find a solution?