A library to search for music files in device's memory (Android only)
npm install react-native-music-library
import { loadMusicFiles, MusicFile } from 'react-native-music-library';
// ...
const result: MusicFile[] = await loadMusicFiles();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library