Skip to content

A native widget which looks like a broadcast station. Circle of 'broadcast waves' appear when 'broadcasting' property is set to true

Notifications You must be signed in to change notification settings

githuboftigran/rn-broadcast-view

Repository files navigation

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. Linking

For older React native versions ( < 0.60 ) you need to link the library:
For newer React native versions ( >= 0.60 ) you need to install pods for iOS:
  • cd ios && pod install && cd ..
  • For android everything works out of the box

Usage

BroadcastView should have fixed width and height.

import BroadcastView from 'rn-broadcast-view';

...

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

...

Properties

Property Description Type Default Value
broadcasting An infinite "broadcast wave" animation is shown if true Boolean false
stationColor Color of station String
(#RRGGBB or #AARRGGBB)
#4286f4
waveColor Color of waves String
(#RRGGBB or #AARRGGBB)
#ff60ad

About

A native widget which looks like a broadcast station. Circle of 'broadcast waves' appear when 'broadcasting' property is set to true

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published