wookoinc / react-native-popover-tooltip

ReactNative component - tooltip menu
MIT License
63 stars 63 forks source link

ToolTip Appears Off Screen when near Bottom and setBelow enabled #10

Closed ChildishDanbino closed 7 years ago

ChildishDanbino commented 7 years ago

As per our earlier discussion we have a fix for the issue you mentioned where the Tooltip will go off the screen when near the bottom of the screen. Simple fix was to simple enforce it to flip to appear above. Please let me know if you have any questions or concerns with the PR and we can update.

https://github.com/wookoinc/react-native-popover-tooltip/pull/9

luqiuyuan commented 7 years ago

@Daadler6 I have merged this PR, it works like a charm!