react-native-walkthrough-tooltip
react-native-walkthrough-tooltip copied to clipboard
Interaction with the background and the tooltip
trafficstars
It's possible to click the tooltip to open a modal and when click the background just close the tooltip? I'm trying to make both interactions but the onClose function detects the tooltip and the background as the same
@catodapice can you clarify your question for me?
how do we allow outside touches, without closing tooltip?
How can we change the background of the tooltip ? The entire screen behind is greyed out. Tried backgroundColor prop as mentioned in doc, not effective