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}
>