react-native-elements / playground

Exploring Possibilities with React Native Elements
https://react-native-elements.js.org
MIT License
19 stars 43 forks source link

bug: tooltip doesn't work as expected #34

Open abhishekkumar08 opened 3 years ago

abhishekkumar08 commented 3 years ago

Description

Tooltip doesn't work as expected.

Expected behaviour

The tooltip should not overlay the text

Screenshot

image

PS: There isn't any template for issue or PR should I make one?

What's your opinion @pranshuchittora

pranshuchittora commented 3 years ago

Feel free to open a PR for the fix. PS: There's already a PR for templates in progress.

ankushdutt commented 3 years ago

I'm working on it.

ankushdutt commented 3 years ago

There was a typo error in the popover props (popOver was incorrect), and hence the popover text wasn't visible. It seems to be fixed in PR #44. Furthermore, the tooltip's wrong positioning appears to be caused by react-native-elements itself (there is already an issue similar to this).

ankushdutt commented 3 years ago

This issue should be fixed after the tooltip2 PR is merged: https://github.com/react-native-elements/react-native-elements/pull/2842

saymedgm commented 3 years ago

please assign me this issue