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 🙏

© 2025 – Pkg Stats / Ryan Hefner

react-native-acoustic-connect-beta

v18.0.17

Published

BETA: React native plugin for Acoustic Connect

Readme

react-native-acoustic-connect-beta

Requirements

  • React Native v0.76.9 or higher using new architecture
  • Node 20.0.0 or higher
  • Does not support expo

Installation

// To add to your package
npm add react-native-acoustic-connect-beta react-native-nitro-modules
// To install on your application and view debug information during install
npm install --foreground-scripts --force

Overview

Go to overview


Getting started

**This module uses only enhanced replay.

Connect Install Documentation


Demo

Sample Code with integrated

Using NativeBase v3 KitchenSink

demo

  • NativeBase-KitchenSink taken from https://github.com/GeekyAnts/nativebase-v3-kitchensink which is at Example/nativebase-v3-kitchensink.

Installation instructions

Notes

There are several know issues between npm install versus yarn install. Since yarn is a Facebook tool. It normally has fixes patched for installing dependancies.

Troubleshooting

Issues installing

npm add react-native-nitro-modules         
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @expo/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/expo
npm ERR!   peer expo@"*" from [email protected]
npm ERR!   node_modules/expo-font
npm ERR!     expo-font@"~13.0.4" from [email protected]
npm ERR!     peer expo-font@"*" from @expo/[email protected]
npm ERR!     node_modules/@expo/vector-icons
npm ERR!       @expo/vector-icons@"^14.0.0" from [email protected]
npm ERR!       1 more (the root project)
npm ERR!     1 more (the root project)
npm ERR!   peer expo@"*" from [email protected]
npm ERR!   node_modules/expo-file-system
npm ERR!     expo-file-system@"~18.0.12" from [email protected]
npm ERR!   6 more (expo-asset, expo-pwa, expo-keep-awake, expo-constants, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer expo@"^49.0.7 || ^50.0.0-0" from @expo/[email protected]
npm ERR! node_modules/@expo/webpack-config
npm ERR!   @expo/webpack-config@"^19.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/expo
npm ERR!   peer expo@"^49.0.7 || ^50.0.0-0" from @expo/[email protected]
npm ERR!   node_modules/@expo/webpack-config
npm ERR!     @expo/webpack-config@"^19.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! .npm/_logs/2025-05-24T00_43_01_748Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: .npm/_logs/2025-05-24T00_43_01_748Z-debug-0.log

fix issue or you use the following to solve depencencies issues

npm install react-native-nitro-modules --legacy-peer-deps