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>
Preview:
Download Details:
Author: animate-react-native
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/animate-react-native/marquee
License: MIT