Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip positioning [Bug] #101

Open
jonasgroendahl opened this issue May 12, 2021 · 2 comments
Open

Tooltip positioning [Bug] #101

jonasgroendahl opened this issue May 12, 2021 · 2 comments
Assignees

Comments

@jonasgroendahl
Copy link

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
@juanlatorre
Copy link

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

image

Important Details

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

@jsartisan
Copy link
Owner

:/ Let me check this asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants