Name | Modified | Size | Downloads / 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
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
- 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
- Install new package
bash
yarn add react-native-nitro-sound
# or
npm install react-native-nitro-sound
- Update imports
```ts // Before import AudioRecorderPlayer from 'react-native-audio-recorder-player';
// After import AudioRecorderPlayer from 'react-native-nitro-sound'; ```
- Done! π No further code changes required.
π Resources
- π Full Documentation
- π Issue Tracker
- π¬ Discussions
π€ 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 πΆ