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

Error using within FlatList

Open diguini opened this issue 2 years ago • 1 comments

<View style={{width: undefined}}>
    <TextTicker 
      style={styles.lessonCardNameText}
      duration={7000}
      repeatSpacer={50}
      marqueeDelay={1000}
      bounceDelay={1000}
      animationType={'bounce'}
    >
      {name}
    </TextTicker>
</View>

When i use inside a FlatList render item, my app crashes and throw this error. If i remove animationType={'bounce'} it's work.

image

diguini avatar Aug 04 '21 00:08 diguini

@diguini https://github.com/deanhet/react-native-text-ticker/issues/68

NastuzziSamy avatar Feb 01 '22 16:02 NastuzziSamy