<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.

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