Play audio files in React Native
npm install react-native-nitro-audio react-native-nitro-modules
react-native-nitro-modules
is required as this library relies on Nitro Modules.
import AudioManager from 'react-native-nitro-audio';
// ...
AudioManager.createPlayer(
'1',
'https://samplelib.com/lib/preview/mp3/sample-6s.mp3'
);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library