prscX / react-native-app-tour

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

Add button inside the tour #76

Closed danieljgp2 closed 4 years ago

danieljgp2 commented 5 years ago

Is there a way to add a custom button inside of the tour circles ? Like at the end of the android example gift

itsdante commented 5 years ago

you can just focus to the button your suggesting, I created a separate screen just for the purpose of showing the tour. hope this helps

danieljgp2 commented 5 years ago

@itsdante Any idea about how to solve this issue https://github.com/prscX/react-native-app-tour/issues/78

prscX commented 4 years ago

Thanks @danieljgp2 for raising the query.

This library is wrapper around native libraries providing AppTour. I am afraid to share that native library does not have capability of adding custom UI.

Thanks </ Pranav >