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
Getting started
**This module uses only enhanced replay.
Demo
Sample Code with integrated
Using NativeBase v3 KitchenSink

- 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.logfix issue or you use the following to solve depencencies issues
npm install react-native-nitro-modules --legacy-peer-deps