jasongaare / react-native-walkthrough-tooltip

An inline wrapper for calling out React Native components via tooltip
MIT License
610 stars 182 forks source link

Position of the tooltip is buggy #184

Open sayo96 opened 1 year ago

sayo96 commented 1 year ago

I wanted the tooltip to be positoned right above the component it renders but it appears towards the left instead. I have tried using horizontal adjustment and top adjustment but nothing works so far

Screenshot 2023-08-23 at 5 09 42 pm
Jigs6720 commented 11 months ago

i am getting same issue in my case tooltip showing duplicate pointer Screenshot 2023-10-11 at 2 28 58 PM

Fdelow commented 9 months ago

i am getting same issue in my case tooltip showing duplicate pointer Screenshot 2023-10-11 at 2 28 58 PM

Hi, I have encounted almost the same issue on android platform, have you solved it?

lovepreet05 commented 4 months ago

In android and iOS toolTip is showing at previous position where it was closed within the scrollview if i open it in up and close and scroll to down and reopen, it show the tooltip at up where it was closed and vice-versa.

image image