AndreiCalazans / rn-tooltip

A <Tooltip /> component for React Native
MIT License
323 stars 75 forks source link

How to Make Tooltip to adapt width as per text size #66

Closed MaganAnkur closed 2 years ago

MaganAnkur commented 3 years ago

Explain what you did Use Tooltip on a text component

Expected behaviour Tooltip should be dynamic depending on text size

Describe the bug Tooltip size dont change depending on text, and long text are getting cut-off

ricbermo commented 3 years ago

Use this height="auto"

CaioSantos commented 1 year ago

That doesn't seem to work all too well when the Triangle isDown prop is set to true, leaving a gap between the pointer and the tooltip blob