deanhet / react-native-text-ticker

React Native Text Ticker/Marquee Component
MIT License
444 stars 75 forks source link

The text works perfectly on iOS, but on Android, the <TextTicker> code makes all the components disappear. #125

Open ArdiraFarizPasha opened 1 year ago

ArdiraFarizPasha commented 1 year ago

Hi, I'm trying to use Text Ticker for my Android and iOS apps using Expo. TextTicker works fine on the iOS simulator (XCode), but when I try to run my code on my Android tablet, all icons, names, and TextTicker are disappearing. Here is my code along with screenshots from the iOS XCode Simulator and the Android tablet.

Has anyone else encountered the same problem and found a solution for it?

ErrorAndroid ErroriOS

`<TextTicker // style={{ fontSize: 50 }} duration={9000} loop={true} // shouldAnimateTreshold={100} animationType={'bounce'} // bounce repeatSpacer={10} marqueeDelay={1000}

Super long piece of text is long. The quick brown fox jumps over the lazy dog. `

Sparrowan commented 2 months ago

Did you find a solution to this ?