react-native-walkthrough-tooltip icon indicating copy to clipboard operation
react-native-walkthrough-tooltip copied to clipboard

Using tooltip inside a side menu - wrong position

Open wesdewitte opened this issue 4 years ago • 3 comments

When using the tooltip inside the side menu it shows up at the wrong position.

Using https://github.com/wix/react-native-navigation for the navigation.

Os: IOS

IMG_20201116_161800

wesdewitte avatar Nov 16 '20 15:11 wesdewitte

same issue to me. on react native navigation showModal

taehuA avatar Nov 18 '20 08:11 taehuA

Hi, I'm wondering if the topAdjustment prop would be of any use here? It appears this might be a unique situation with the native navigation library + using a side menu / modal

jasongaare avatar Feb 09 '21 12:02 jasongaare

yes. i used top value of "tooltipStyle". but topAdjustment is also worked (but i have to caculate that value both)

taehuA avatar Feb 10 '21 00:02 taehuA