
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
react-native-lahk-marquee-label-vertical
Advanced tools
A react-native marquee(vertical) label component.
A react-native marquee(vertical) label component.
Skip this part, go to #Install
This is a vertical marquee label.
If you need a horizontal one, please use react-native-lahk-marquee-label.
Please refer to react-native-lahk-marquee-label 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 react-native-lahk-marquee-label-vertical
import MarqueeLabelVertical from 'react-native-lahk-marquee-label-vertical';
<MarqueeLabelVertical
duration={8000}
text={'This is a Marquee Label.'}
textStyle={{ fontSize: 13, color: 'white' }}
/>
or
<MarqueeLabelVertical
speed={250}
textStyle={{ fontSize: 13, color: 'white' }}
>
This is a Marquee Label.
</MarqueeLabelVertical>
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这是一个从下向上滚动的跑马灯。
如果需要从右往左滚动的跑马灯,请使用 react-native-lahk-marquee-label。
更多详细介绍,请查看 react-native-lahk-marquee-label。
要注意:
width 或者 flex 布局来设置最外层 View 的样式都没问题。width 来设置样式。FAQs
A react-native marquee(vertical) label component.
The npm package react-native-lahk-marquee-label-vertical receives a total of 25 weekly downloads. As such, react-native-lahk-marquee-label-vertical popularity was classified as not popular.
We found that react-native-lahk-marquee-label-vertical 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.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.