prscX / react-native-tooltips

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

Customizable tooltips #24

Closed cidevant closed 5 years ago

cidevant commented 5 years ago

Is there any way to customize Tooltip? Is it possible to render Component instead of text?

prscX commented 5 years ago

Thanks @cidevant for raising the query.

I'm afraid, but it is not possible to render React specific components to the tooltip. It is not supported by the native linked library.

Thanks, </ Pranav >