prscX / react-native-tooltips

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

Multiple/single tooltips #50

Closed phillipcmittmann closed 2 years ago

phillipcmittmann commented 2 years ago

I implemented the tooltips to with a slider to show it's current value. On iOS creates multiple tooltips stacked on top of another. But on android, it creates a tooltip at the old position of the thumb button, leaving a trail of tooltips while sliding.

It's possible to limit the amount of tooltips on screen at the same time?