
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
vertical-marquee-view
Advanced tools
A react-native marquee(vertical) label component.
Skip this part, go to #Install
This is a vertical marquee label.
Please refer to vertical-marquee-view for more detailed descrition.
Note:
width
or flex
to layout the view.width
to layout the view. flex
layout is not supported.npm install --save vertical-marquee-view
import VerticalMarqueeView from 'vertical-marquee-view ';
<VerticalMarqueeView
duration={8000}
text={'This is a Marquee Label.'}
textStyle={{ fontSize: 13, color: 'white' }}
/>
or
<VerticalMarqueeView
speed={250}
textStyle={{ fontSize: 13, color: 'white' }}
>
This is a Marquee Label.
</VerticalMarqueeView>
children
: string, the text to show in the marquee. Alternative to text
.text
: string, the text to show in the marquee. Alternative to children
.duration
: number(unit: millisecond), the duration for the marquee to run one round. e.g. 6000 (for 6 seconds a round). Alternative to speed
.speed
: number(unit: px/s, px per second), the speed of the marquee. Alternative to duration
.bgViewStyle
: stylesheet object, background view component custom styles.textStyle
: stylesheet object, text component custom styles.Version 1.1.0
FAQs
Vertical Marquee View for React Native
The npm package vertical-marquee-view receives a total of 5 weekly downloads. As such, vertical-marquee-view popularity was classified as not popular.
We found that vertical-marquee-view demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.