Skip to content

Animation no longer working on Android #128

@thisjuncedrick

Description

@thisjuncedrick

Is this package still working?
I am working on a project that uses React Native 0.76.7, and animation no longer works. I used the default example as per docs,

<View style={styles.container}>
     <TextTicker
          style={{ fontSize: 24 }}
          duration={3000}
          loop
          bounce
          repeatSpacer={50}
          marqueeDelay={1000}
        >
          Super long piece of text is long. The quick brown fox jumps over the lazy dog.
     </TextTicker>
</View>

and that also doesnt work. I tried to give the container a fixed width and it still doesnt work. Anyone found a way to work with it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions