prscX / react-native-tooltips

React Native: Native Tooltip View
Apache License 2.0
271 stars 40 forks source link

Method to programmatically close tooltip #5

Closed bradyhigginbotham closed 6 years ago

bradyhigginbotham commented 6 years ago

clickToHide is nice, but would like a way to have other components control visibility of the tooltip, i.e. toggling a checkbox immediately shows/hides an open tooltip.

prscX commented 6 years ago

Thanks @bradyhigginbotham for raising the enhancement request.

I have added new props: dismiss in order to close tooltip programmatically. Can you please install latest version 0.0.6 to verify the same.

Please let me know in case you face any issues.

Thanks </ Pranav >