Download Latest Version 4.5.0 source code.tar.gz (1.7 MB)
Email in envelope

Get an email when there's a new version of react-native-audio-recorder-player

Home / 4.5.0
Name Modified Size InfoDownloads / Week
Parent folder
4.5.0 source code.tar.gz 2025-09-06 1.7 MB
4.5.0 source code.zip 2025-09-06 1.8 MB
README.md 2025-09-06 2.0 kB
Totals: 3 Items   3.6 MB 0

🎧 React Native Nitro Sound – Migration Announcement

image

We are officially deprecating react-native-audio-recorder-player in favor of the brand-new react-native-nitro-sound package! πŸš€


🌟 What’s New?

  • βœ… Same API – No code changes required
  • ⚑ Better Performance – Powered by Nitro architecture
  • 🎯 Actively Maintained – Frequent updates and bug fixes

πŸ”§ Migration Guide

  1. Uninstall old packages

bash yarn remove react-native-audio-recorder-player react-native-nitro-modules # or npm uninstall react-native-audio-recorder-player react-native-nitro-modules

  1. Install new package

bash yarn add react-native-nitro-sound # or npm install react-native-nitro-sound

  1. Update imports

```ts // Before import AudioRecorderPlayer from 'react-native-audio-recorder-player';

// After import AudioRecorderPlayer from 'react-native-nitro-sound'; ```

  1. Done! πŸŽ‰ No further code changes required.

πŸ“š Resources


πŸ€” Why the Change?

We’ve rebuilt the audio library to ensure:

  • Modern, future-proof Nitro architecture
  • Cleaner and more maintainable codebase
  • Stronger error handling & debugging
  • Improved TypeScript support
  • Consistent cross-platform behavior

πŸ™ Thank you all for supporting this journey! Excited to see what you’ll build with React Native Nitro Sound 🎢

Source: README.md, updated 2025-09-06