npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@stream-io/react-native-webrtc

v145.3.0

Published

WebRTC for React Native

Readme

React-Native-WebRTC

npm version npm downloads

A WebRTC module for React Native tailored for the @stream-io/video-react-native-sdk needs.

Getting Started

Use one of the following preferred package install methods to immediately get going.
Don't forget to follow platform guides below to cover any extra required steps.

npm: npm install @stream-io/react-native-webrtc --save
yarn: yarn add @stream-io/react-native-webrtc
pnpm: pnpm install @stream-io/react-native-webrtc

Guides

Example Projects

We have some very basic example projects included in the examples directory.
Don't worry, there are plans to include a much more broader example with backend included.

Releasing

Releases are automated with semantic-release via the Release workflow, which is triggered manually from the Actions tab (Run workflow).

There is no channel input — the branch you dispatch from selects the release channel, using the "Use workflow from" branch dropdown:

| Dispatch from | Version | npm dist-tag | | :- | :- | :- | | master | 145.1.0 | latest | | beta | 145.1.0-beta.1 | beta | | alpha | 145.1.0-alpha.1 | alpha | | <major>.x (e.g. 145.x) | 145.0.1 | 145.x |

A branch only appears in the dropdown once it exists on the remote and contains the workflow file, so alpha/beta/<major>.x need to be branched off master before their first use.

Tick dry_run to run semantic-release --dry-run: it computes the next version and prints the release notes without publishing, tagging, or pushing.

The version is derived from the Conventional Commits since the last tag — never by hand-editing package.json. feat: yields a minor, fix: a patch, and refactor: and any deps-scoped commit also yield a patch. Publishing uses npm Trusted Publishing (OIDC), so no npm token is involved.

Related Projects

Looking for extra functionality coverage?
The react-native-webrtc organization provides a number of packages which are more than useful when developing Real Time Communication applications.