deanhet / react-native-text-ticker

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

When switching hermes engine, text-ticker appears garbled? #120

Open radiorz opened 1 year ago

radiorz commented 1 year ago

react native 0.66 react native text ticker ^1.14.0

image

radiorz commented 1 year ago

<TextTicker
      style={{ fontSize: fontSize || 24, color: color || colors.text.plain }}
      duration={3000}
      loop
      bounce={true}
      animationType="auto"
      repeatSpacer={50}
      shouldAnimateTreshold={40}
      marqueeDelay={1000}
      {...restProps}>
      {children || ''}
    </TextTicker>```