React Native Audio Recorder Player screenshot

React Native Audio Recorder Player

Author Avatar Theme by Hyochan
Updated: 6 Sep 2025
5 Stars

Deprecated Audio Module in favor of react-native-nitro-sound

Categories

Overview:

The React Native Audio Recorder Player is a module that provides audio recording and playback functionalities for both iOS and Android platforms. It supports default file extensions for each platform and can handle files from URLs. The latest version, 3.0.+, includes critical migrations with internal changes and the adoption of Kotlin for Android and Swift for iOS.

Features:

  • Audio Recording and Playback: Record and play audio files with ease.
  • Support for iOS and Android: Compatible with both iOS and Android platforms.
  • File Handling: Capable of handling audio files from URLs.
  • Real-Time Recording: Pause and resume recording features added.
  • Improved Compatibility: Supports all React Native versions without differentiation.

Installation:

To install the React Native Audio Recorder Player, use the following steps:

Using React Native >= 0.61:

$ yarn add react-native-audio-recorder-player

iOS Installation:

  1. In XCode, navigate to Libraries ➜ Add Files to [your project’s name].
  2. Go to node_modules ➜ react-native-audio-recorder-player and add RNAudioRecorderPlayer.xcodeproj.
  3. Select your project in XCode, add libRNAudioRecorderPlayer.a to Build Phases ➜ Link Binary With Libraries.
  4. Run your project (Cmd+R).

Android Installation:

  1. Open android/app/src/main/java/…/MainApplication.java.
  2. Add import com.dooboolab.audiorecorderplayer.RNAudioRecorderPlayerPackage; to the imports.
  3. Add new RNAudioRecorderPlayerPackage() to the list.

Summary:

The React Native Audio Recorder Player is a versatile module for audio recording and playback in React Native applications. With support for both iOS and Android platforms, real-time recording features, and improved compatibility, it offers a convenient solution for integrating audio functionalities in mobile apps. It is important to note the major migration to Kotlin and Swift for Android and iOS platforms, respectively, in the latest version 3.0.+.