Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using within FlatList #105

Open
diguini opened this issue Aug 4, 2021 · 1 comment
Open

Error using within FlatList #105

diguini opened this issue Aug 4, 2021 · 1 comment

Comments

@diguini
Copy link

diguini commented Aug 4, 2021

<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

@NastuzziSamy
Copy link

@diguini #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants