New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

demo_android.gif

2

package.json
{
"name": "rn-broadcast-view-tmp",
"version": "0.0.3",
"version": "0.0.4",
"author": "mail.of.tigran@gmail.com",

@@ -5,0 +5,0 @@ "description": "A native widget which looks like a broadcast station. Circle of 'broadcast waves' appear when 'broadcasting' property is set to true.",

@@ -1,2 +0,40 @@

# RNBroadcastView
A native widget which looks like a broadcast station. Circle of 'broadcast waves' appear when 'broadcasting' property is set to true
# BroadcastView
A high quality react native component backed by custom native iOS and Android views.
<center>
![Demo](/demo_android.gif)
</center>
## 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](https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking)
## 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<br/>(**#RRGGBB** or **#AARRGGBB**) | **#4286f4** |
| waveColor | Color of waves | String<br/>(**#RRGGBB** or **#AARRGGBB**) | **#ff60ad** |

Sorry, the diff of this file is not supported yet

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