Does the icon near last words of text (truncated or not) not show up on Android when using React Native?
This is what I would like to achieve: and it's working for iOS but Android refuses to display the icon for truncated text: Code: const Title = styled.Text` color: ${colorPalette.N80}; font-size: 14px; line-height: 16.8px; text-transform: uppercase; ${() => ({ ...fontFamilyForStyledComponents(typeStyles.alternative.bold)…