react-native-progress-steps icon indicating copy to clipboard operation
react-native-progress-steps copied to clipboard

Dynamically add new steps

Open tj-vaneerten opened this issue 5 years ago • 0 comments

Looking for a way to dynamically add a new ProgressStep. I have a use case with a step that is only required based on some logic in a previous step. I've tried conditionally rendering the new ProgressStep child within the ProgressSteps, but the new step does not show.

tj-vaneerten avatar Jun 16 '20 04:06 tj-vaneerten