Closed jesustrujillodev closed 4 years ago
I'd like to know if there's a way to trigger onNextStep method with a custom View element that's inside a step
Example:
<View onPress={ //onNextStep() call goes here }> //Element
Thanks!
https://github.com/colbymillerdev/react-native-progress-steps/issues/15#issuecomment-556167242
And in this case, you can change only the state of progress step with your custom view 👍 🇧🇷
I'd like to know if there's a way to trigger onNextStep method with a custom View element that's inside a step
Example:
<View onPress={ //onNextStep() call goes here }> //Element
Thanks!