0.0.5 • Published 7 years ago
rn-broadcast-view-tmp v0.0.5
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
- npm:
Link
- Run
react-native link rn-broadcast-view - If linking fails, follow the manual linking steps
- Run
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 |