Skip to content

A library to search for music files in device's memory (Android only)

License

Notifications You must be signed in to change notification settings

AndersonVanzo/react-native-music-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-music-library

A library to search for music files in device's memory (Android only)

Installation

npm install react-native-music-library

Usage

import { loadMusicFiles, MusicFile } from 'react-native-music-library';

// ...

const result: MusicFile[] = await loadMusicFiles();

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