
Audio recorder library for React Native
This document provides information on how to record audio in iOS or Android React Native apps using the React Native Audio library. It includes details on maintenance status, breaking changes, installation instructions, manual installation steps, running the sample app, usage instructions, cross-platform options, and iOS-only fields.
The React Native Audio library allows developers to record audio in React Native apps for both iOS and Android platforms. It provides various features such as different encoding options, base64 encoding support, and audio metering. The installation process involves adding permissions and linking the library to the project. The library is no longer actively maintained by the original author, and users are encouraged to check for breaking changes based on their React Native version.

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.