react-native-simple-marquee

1.0.2 • Public • Published

react-native-simple-marquee

A simple and customizable marquee component for React Native.

Installation

npm install react-native-simple-marquee

Usage

import MarqueeText from 'react-native-simple-marquee';

const App = () => {
  return (
    <MarqueeText direction="left" speed={100} loop={true} space={10}>
      Hello, world!
    </MarqueeText>
  );
};

Package Sidebar

Install

npm i react-native-simple-marquee

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

13.9 kB

Total Files

11

Last publish

Collaborators

  • superleek