prscX / react-native-app-tour

React Native: Native App Tour Library
Apache License 2.0
640 stars 119 forks source link

Call back on success #38

Closed yoedfried closed 4 years ago

yoedfried commented 6 years ago

Hi, There is a way to add call back on success after ShowFor or after step in sequence? Is there event that I can subscribe to after ShowFor?

Thanks, Yoed

prscX commented 6 years ago

Thanks @yoedfried for raising the query.

Yes, we do have support for event listeners. You can add a listener for the onFinishSequenceEvent event:

Please refer Example/App.js class for the reference.

Let me know incase it does not work.

Thanks </ Pranav >

yoedfried commented 6 years ago

Thanks for the quick response. This I know and used. I searching for the equivalent of this event for ShowFor.

prscX commented 6 years ago

@yoedfried: Got you :)

At present we don't have support for ShowFor event listener. Please give we some time I will have this in place.

Thanks </ Pranav >

prscX commented 4 years ago

Closing the issue since the requested feature is not support. Please feel free to share PR.

Thanks </ Pranav >