cinder92 / react-native-get-music-files

React Native package to get music files from local and sd for iOS and Android
MIT License
130 stars 66 forks source link

changes the 'path' key to 'url' for android #99

Closed shtayeb closed 2 years ago

shtayeb commented 2 years ago

'path' is changed to 'url' since the most popular music player for react native(react-native-track-player) looks for 'url ' to play the music, to avoid unnecessary operation the key is changed to 'url'

cinder92 commented 2 years ago

LGTM