You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

BroadcastView

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

Installation

  • Add

    • npm: npm install --save rn-broadcast-view
    • yarn: yarn add rn-broadcast-view
  • 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

broadcast

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