react-native-magnus
react-native-magnus copied to clipboard
Tooltip positioning [Bug]
Description
Placed an item to the right side of the screen and then added a tooltip to it
Steps to reproduce the behaviour:
<Div row justifyContent="space-between">
<Text>Hello</Text>
<Tooltip text={tooltip} ref={ref}>
<Button bg="transparent" onPress={() => ref.current!.show()}>
<Icon name="info" fontFamily="Feather" />
</Button>
</Tooltip>
</Div>
Important Details
- Version: "react-native-magnus": "^1.0.62",
- OS: MacOS Big sur
- Browser Chrome
I have the same problem, can't find any workaround :(

Important Details
Version: "^1.0.62" OS: MacOS Big Sur Browser: Edge
:/ Let me check this asap.