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

Feature: Able to Wrap Components Around ProgressStep, Able to Render Steps Dynamically

Open haseeb-lab opened this issue 4 years ago • 1 comments

it was a great library ... really saved my lot of time during development. there was slight issue, it was more of a logical error. when i tried to render dynamically from children prop in which each child have Progressive Step Wrapper, Steps buttons glitched.

What this code can do

  • Sometimes due to codebase or logic, ProgressStep cannot alway be the first very first child Component. so with this code we will be able to make ProgressStep grandChild without messing all up of our code.

  • We can dynamically render ProgressStep within ProgressSteps.

haseeb-lab avatar Jul 09 '21 20:07 haseeb-lab

would be great!

fweffort avatar Nov 04 '21 16:11 fweffort