jasongaare / react-native-walkthrough-tooltip

An inline wrapper for calling out React Native components via tooltip
MIT License
620 stars 184 forks source link

Interaction with the background and the tooltip #103

Open catodapice opened 3 years ago

catodapice commented 3 years ago

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

jasongaare commented 3 years ago

@catodapice can you clarify your question for me?

jayshah123 commented 3 years ago

how do we allow outside touches, without closing tooltip?

svbala99 commented 3 years ago

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