react-native-text-ticker
react-native-text-ticker copied to clipboard
When changing text from long to short for a second instance of text flashes
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
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',