🌐
npm
npmjs.com › package › react-native-sound
react-native-sound - npm
October 15, 2025 - Latest version: 0.13.0, last published: 6 months ago. Start using react-native-sound in your project by running `npm i react-native-sound`. There are 98 other projects in the npm registry using react-native-sound.
      » npm install react-native-sound
    
Published   Oct 15, 2025
Version   0.13.0
Author   Zhen Wang
🌐
npm
npmjs.com › package › @react-native-ohos › react-native-sound
@react-native-ohos/react-native-sound - npm
September 5, 2025 - Start using @react-native-ohos/react-native-sound in your project by running `npm i @react-native-ohos/react-native-sound`. There are no other projects in the npm registry using @react-native-ohos/react-native-sound.
      » npm install @react-native-ohos/react-native-sound
    
Published   Sep 05, 2025
Version   0.12.0-rc.1
Author   Zhen Wang
🌐
npm
npmjs.com › package › react-native-sound-player
react-native-sound-player - npm
February 11, 2025 - Start using react-native-sound-player in your project by running `npm i react-native-sound-player`. There are 18 other projects in the npm registry using react-native-sound-player.
      » npm install react-native-sound-player
    
Published   Feb 11, 2025
Version   0.14.5
Author   Johnson Su
🌐
GitHub
github.com › zmxv › react-native-sound
GitHub - zmxv/react-native-sound: React Native module for playing sound clips
npm install react-native-sound · yarn add react-native-sound · This library supports both the old and new React Native architecture: ✅ Old Architecture: Uses traditional NativeModules · ✅ New Architecture: Uses TurboModules for better ...
Starred by 2.9K users
Forked by 784 users
Languages   TypeScript 44.0% | Kotlin 24.3% | Objective-C++ 13.5% | C# 11.2% | Ruby 3.9% | Swift 1.4% | TypeScript 44.0% | Kotlin 24.3% | Objective-C++ 13.5% | C# 11.2% | Ruby 3.9% | Swift 1.4%
🌐
GitHub
github.com › Suffixby › react-native-sound
GitHub - Suffixby/react-native-sound
npm install react-native-sound ... In XCode, right click Libraries. Click Add Files to "[Your project]". Navigate to node_modules/react-native-sound....
Author   Suffixby
🌐
GitHub
github.com › zmxv › react-native-sound-demo
GitHub - zmxv/react-native-sound-demo: react-native-sound demo project for iOS and Android
react-native-sound demo project for iOS and Android. There are a series of basic test for different audio formats and locations. Each will have 'tick' next to it if the test succeeds. We should make sure all the tests are tried out before releasing a new version of the library to npm.
Starred by 102 users
Forked by 100 users
Languages   JavaScript 48.9% | Objective-C 39.5% | Java 11.6% | JavaScript 48.9% | Objective-C 39.5% | Java 11.6%
🌐
LogRocket
blog.logrocket.com › home › how to play sounds in react native using react-native-sound
How to play sounds in React Native using react-native-sound - LogRocket Blog
June 4, 2024 - To add react-native-sound to your app, simply enter the following command inside your app directory using your preferred package manager (e.g., npm or yarn):
🌐
npm
npmjs.com › package › react-native-nitro-sound
react-native-nitro-sound - npm
3 weeks ago - Latest version: 0.2.12, last published: 16 days ago. Start using react-native-nitro-sound in your project by running `npm i react-native-nitro-sound`. There are 3 other projects in the npm registry using react-native-nitro-sound.
      » npm install react-native-nitro-sound
    
Published   Mar 12, 2026
Version   0.2.12
Author   hyochan
Find elsewhere
🌐
Medium
medium.com › react-native-training › a-react-native-sound-recorder-and-player-npm-package-a5f9b3fc7eed
A React Native Sound Recorder and Player NPM Package | by Reginald Johnson | React Native Training | Medium
May 30, 2018 - Now that I have learned more about using React Native and creating friendlier NPM packages, I’ve made some significant updates to the package detailed in this article. The package is now called react-audio-player-recorder-no-linking. I chose this new name to emphasize that it includes separate Recorder and Player components vice just a single SoundRecorder component, and that the package does not require linking to native code.
🌐
Snyk
snyk.io › advisor › react-native-sound › react-native-sound code examples
Top 5 react-native-sound Code Examples | Snyk
// @flow import Sound from 'react-native-sound' import { OPEN_AB_ALERT } from '../../src/constants/ActionConstants' import type { Action } from '../modules/ReduxTypes.js' import { DISPLAY_TRANSACTION_ALERT } from '../modules/UI/components/TransactionAlert/actions' const AUDIO_RECEUVED_FILE = 'audio_received.mp3' const AUDIO_SEND_FILE = 'audio_sent.mp3' Sound.setCategory('Ambient') const audioReceived = new Sound(AUDIO_RECEUVED_FILE, Sound.MAIN_BUNDLE, error => { if (error) console.warn(`failed to load the sound ${AUDIO_RECEUVED_FILE}`, error) }) const audioSent = new Sound(AUDIO_SEND_FILE, Sou
🌐
npm
npmjs.com › package › react-native-web-sound
react-native-web-sound - npm
Latest version: 0.2.1, last published: 4 months ago. Start using react-native-web-sound in your project by running `npm i react-native-web-sound`. There are no other projects in the npm registry using react-native-web-sound.
      » npm install react-native-web-sound
    
Published   Sep 09, 2025
Version   0.2.1
Author   jhen
🌐
Medium
alexb72.medium.com › how-to-add-sound-to-react-native-8ef152ba1a6
How to add sound to a react-native app | by Alex | Medium
August 14, 2020 - Hi everyone, it has been a loooong time since I have written an article and thought I would do another today regarding adding sound to a react native app. Let’s go! ... Firstly, the documentation for this can be found here — https://www.npmjs.com/package/react-native-sound and has a lot of great stuff in it, but if you like the format of Medium feel free to stick around!
🌐
Scaler
scaler.com › home › topics › playing sound in react native apps using react-native-sound
Playing Sound in React Native Apps using react-native-sound - Scaler Topics
August 7, 2023 - To use the react-native-sound library in your React Native project, Install the library in your project directory, run the following command to install react-native-sound via npm or yarn.
🌐
npm
npmjs.com › package › react-native-use-sound
react-native-use-sound - npm
July 26, 2022 - ### 🔊 A React Native Hook for playing sounds 🔊. Latest version: 1.2.2, last published: 3 years ago. Start using react-native-use-sound in your project by running `npm i react-native-use-sound`. There are no other projects in the npm registry ...
      » npm install react-native-use-sound
    
Published   Jul 26, 2022
Version   1.2.2
Author   @remigallego
🌐
npm
npmjs.com › package › @dashdoc › react-native-system-sounds
@dashdoc/react-native-system-sounds - npm
May 2, 2025 - A module to play system sounds and beeps for React Native on iOS and Android (no sound files).. Latest version: 1.1.1, last published: 5 months ago. Start using @dashdoc/react-native-system-sounds in your project by running `npm i ...
      » npm install @dashdoc/react-native-system-sounds
    
Published   May 02, 2025
Version   1.1.1
Author   Dashdoc
🌐
npm
npmjs.com › package › react-native-notification-sounds
react-native-notification-sounds - npm
Start using react-native-notification-sounds in your project by running `npm i react-native-notification-sounds`. There are 2 other projects in the npm registry using react-native-notification-sounds.
      » npm install react-native-notification-sounds
    
Published   Aug 07, 2023
Version   0.5.8
Author   Asad Iqbal
🌐
npm
npmjs.com › package › react-native-sound-recorder
react-native-sound-recorder - npm
Start using react-native-sound-recorder in your project by running `npm i react-native-sound-recorder`. There are 3 other projects in the npm registry using react-native-sound-recorder.
      » npm install react-native-sound-recorder
    
🌐
npm
npmjs.com › package › @types › react-native-audio
@types/react-native-audio - npm
npm install --save @types/react-native-audio · This package contains type definitions for react-native-audio (https://github.com/jsierles/react-native-audio#readme). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyp...
      » npm install @types/react-native-audio