Description:
A blazing-fast, high performance, and cross-platform marquee component powered by reanimated.
How to use it:
1. Install and import the marquee component.
import { Marquee } from '@animatereactnative/marquee';2. Add the component to your app.
<Marquee> <Heading>A Marquee Component</Heading> </Marquee>
3. Customize the marquee behavior with the following props.
<Marquee spacing={30} speed={2}>
<Heading>A Marquee Component</Heading>
</Marquee>




