Socket
Book a DemoInstallSign in
Socket

react-native-audio-recorder-player

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-audio-recorder-player

React Native Audio Recorder and Player.

latest
Source
npmnpm
Version
4.5.0
Version published
Weekly downloads
42K
-12.49%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-audio-recorder-player

⚠️ DEPRECATED: This package is deprecated. Please use react-native-nitro-sound instead. Don't worry - it has the exact same API, so migration is seamless!

Logo

yarn Version Downloads CI publish-package License code style: prettier LICENSE

Migration to React Native Nitro Sound

This package has been deprecated in favor of react-native-nitro-sound, which offers:

  • Same API - No code changes required
  • ⚡️ Better Performance - Optimized with latest Nitro architecture
  • 🎯 Active Maintenance - Regular updates and bug fixes
  • 📱 Improved Platform Support - Better iOS, Android, and Web compatibility

How to Migrate

  • Uninstall the old package:

    yarn remove react-native-audio-recorder-player react-native-nitro-modules
    # or
    npm uninstall react-native-audio-recorder-player react-native-nitro-modules
    
  • Install the new package:

    yarn add react-native-nitro-sound
    # or
    npm install react-native-nitro-sound
    
  • Update your imports:

    // Before
    import AudioRecorderPlayer from 'react-native-audio-recorder-player';
    
    // After
    import AudioRecorderPlayer from 'react-native-nitro-sound';
    
  • That's it! All your existing code will work without any changes.

Need Help?

Why the Change?

The new react-native-nitro-sound package represents a complete rewrite with:

  • Modern architecture for better performance
  • Cleaner codebase that's easier to maintain
  • Better error handling and debugging
  • Improved TypeScript support
  • More consistent behavior across platforms

Thank you for your support and understanding! 🙏

Keywords

react-native

FAQs

Package last updated on 06 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts