Skip to content

Play audio files in React Native. Fast and feature rich audio player.

License

Notifications You must be signed in to change notification settings

ShivamJoker/react-native-nitro-audio

Repository files navigation

React Native Nitro Audio

Play audio files in React Native

Installation

npm install react-native-nitro-audio react-native-nitro-modules

react-native-nitro-modules is required as this library relies on Nitro Modules.

Usage

import AudioManager from 'react-native-nitro-audio';

// ...

AudioManager.createPlayer(
  '1',
  'https://samplelib.com/lib/preview/mp3/sample-6s.mp3'
);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library