What is the most efficient way to properly handle multiline text split? Like I have 0 to 4 strings that I'd like to be displayed on 1 line with separator or 2 lines with proper separators (So A - B - C - D and if overflow A - B \n C - D or A - B - C \n D) Using onTextLayout to switch to a different layout does not seems like the proper way to do this 😞