react-native-text-ticker icon indicating copy to clipboard operation
react-native-text-ticker copied to clipboard

When changing text from long to short for a second instance of text flashes

Open maciejsiiminski opened this issue 2 years ago • 2 comments

I have a component that presents information about a program in which I used TextTicker to auto scroll the title of the program. When the title changes from the long one that needs scrolling to a short one the second instance of the title flashes for a second. It is a small cosmetic error but still it is kind of annoying. Does anyone know how to fix such an issue?

I'm using version 1.14.0

maciejsiiminski avatar Feb 09 '23 15:02 maciejsiiminski

i had issue on Android that text was flashing out of its container when scrolling and i resolved it using transparent border:

borderWidth: 1
borderColor: 'transparent',

mamartin avatar Mar 19 '24 13:03 mamartin