react-native-progress-steps
react-native-progress-steps copied to clipboard
Dynamically add new steps
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.