react-native-walkthrough-tooltip
react-native-walkthrough-tooltip copied to clipboard
Using tooltip inside a side menu - wrong position
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
same issue to me. on react native navigation showModal
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
yes. i used top value of "tooltipStyle". but topAdjustment is also worked (but i have to caculate that value both)