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