react-native-magnus icon indicating copy to clipboard operation
react-native-magnus copied to clipboard

Tooltip positioning [Bug]

Open jonasgroendahl opened this issue 4 years ago • 2 comments

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>
Screen Shot 2021-05-12 at 8 28 57 AM

Important Details

  • Version: "react-native-magnus": "^1.0.62",
  • OS: MacOS Big sur
  • Browser Chrome

jonasgroendahl avatar May 12 '21 06:05 jonasgroendahl

I have the same problem, can't find any workaround :(

image

Important Details

Version: "^1.0.62" OS: MacOS Big Sur Browser: Edge

juanlatorre avatar May 27 '21 16:05 juanlatorre

:/ Let me check this asap.

jsartisan avatar Jun 06 '21 17:06 jsartisan