Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rn-broadcast-view-tmp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-broadcast-view-tmp

A high quality react native component backed by custom native iOS and Android views.

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

BroadcastView

A high quality react native component backed by custom native iOS and Android views.

Installation

  1. Add

    • npm: npm install --save rn-broadcast-view
    • yarn: yarn add rn-broadcast-view
  2. Link

    • Run react-native link rn-broadcast-view
    • If linking fails, follow the manual linking steps

Usage

BroadcastView should have fixed width and height.

import BroadcastView from 'rn-broadcast-view';

...

<BroadcastView style={{width: 100, height: 100}} />

...
Properties
PropertyDescriptionTypeDefault Value
broadcastingAn infinite "broadcast wave" animation is shown if trueBooleanfalse
stationColorColor of stationString
(#RRGGBB or #AARRGGBB)
#4286f4
waveColorColor of wavesString
(#RRGGBB or #AARRGGBB)
#ff60ad

Keywords

FAQs

Package last updated on 15 Jan 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc