react-native-tooltip
react-native-tooltip copied to clipboard
can you hang the tooltip to the right or left?
Right now it defaults to down arrow here: https://github.com/chirag04/react-native-tooltip/blob/master/ToolTipMenu/ToolTipMenu.m#L33
We can make this configurable by passing the arrowDirection from js,
Refer for supported directions: https://developer.apple.com/library/ios/documentation/iPhone/Reference/UIMenuController_Class/index.html#//apple_ref/swift/enum/c:@E@UIMenuControllerArrowDirection
Can you PR?
i will
Put in a pull request to give this functionality here https://github.com/chirag04/react-native-tooltip/pull/17