Skip to main content

Multiline tool tips

  • August 12, 2021
  • 0 replies
  • 8 views

Forum|alt.badge.img+2

Does anyone have any tips for creating multi-line tooltips in Custom Apps? My tool tip is a long sentence and it doesn’t appear at all if the window is too small. I’m trying to add new line characters and also tried the following which isn’t doing the trick.

<Tooltip
      content={() => {return <Text>"LONG TOOLTIP TEXT HERE"</Text>}}
      placementX={Tooltip.placements.RIGHT}
      placementY={Tooltip.placements.CENTER}
>

0 replies

Be the first to reply!