diff --git a/native/tooltip/nux-tips-overlay.react.js b/native/tooltip/nux-tips-overlay.react.js --- a/native/tooltip/nux-tips-overlay.react.js +++ b/native/tooltip/nux-tips-overlay.react.js @@ -114,22 +114,14 @@ dimensions, position, styles, - closeTip, - contentContainerStyle, opacityStyle, buttonStyle, - tipHorizontalOffset, - onTipContainerLayout, - tipContainerOpacity, - tipVerticalBelow, - tipHorizontal, - tipScale, tipContainerStyle, - ...navAndRouteForFlow + navigation, + route, } = this.props; let triangleStyle; - const { route } = this.props; const { initialCoordinates } = route.params; const { x, width } = initialCoordinates; const extraLeftSpace = x; @@ -146,37 +138,32 @@ }; } - const triangleUp = ; - - const buttonProps: ButtonProps = { - ...navAndRouteForFlow, - progress: position, - }; - - let tip = null; - - tip = ( - - {triangleUp} - - - - - ); - return ( - + - {tip} + + + + + + );