prscX / react-native-tooltips

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

Update text without rendering new tooltip #17

Closed laxxers closed 5 years ago

laxxers commented 5 years ago

First of all, thanks for the awesome library.

This is a question rather than an issue, is it possible to update the text without rendering a new tooltip every time the text value changed?

prscX commented 5 years ago

Thanks @laxxers for raising the query.

Currently it is not supported to change the tooltip text dynamically. I don't think this is even supported by native libraries which we have integrated.

Thanks </ Pranav >