Skip to content

Getting Started

Installation

bash
npm install react-native-audio-browser react-native-nitro-modules
bash
yarn add react-native-audio-browser react-native-nitro-modules
bash
pnpm add react-native-audio-browser react-native-nitro-modules
bash
bun add react-native-audio-browser react-native-nitro-modules

Basic Setup

typescript
import { AudioBrowser } from 'react-native-audio-browser'

// Initialize the audio browser
AudioBrowser.setup({
  // Configuration options
})

Next Steps

  • Basic Usage - Learn how to play audio and build navigation trees
  • Android Auto - Set up Android Auto integration
  • CarPlay - Set up CarPlay integration (coming soon)