Socket
Socket
Sign inDemoInstall

@aitfakirali/react-native-marquee

Package Overview
Dependencies
3
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @aitfakirali/react-native-marquee

React native marquee library


Version published
Weekly downloads
17
decreased by-37.04%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

React Native Marquee View

React native Marquee is a npm library for creating auto scrolling view

Demo

Installation

Using npm

npm install @aitfakirali/react-native-marquee

using yarn

yarn add @aitfakirali/react-native-marquee

Usage

import MarqueeView from '@aitfakirali/react-native-marquee';

export const ExampleComponent = () => {
  return (
    <MarqueeView ref={marqueeRef} speed={0.5}>
      <View>
        <Text>Open up App.js to start working on your app!</Text>
        <Text>Open up App.js to start working on your app!</Text>
        <Text>Open up App.js to start working on your app!</Text>
      </View>
    </MarqueeView>
  );
};

Props

namedescriptionrequiredtypedefault
childrenReact View ComponentYESReact.ReactNode1
speedAnimation speedNOnumber0.1
styleView style to be applied to Marquee container.NOStyleProp<ViewStyle>

License

This module is MIT licensed


Keywords

FAQs

Last updated on 30 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc