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?
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,
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?