Drazail

Results 6 comments of Drazail

@ajoykarmakar i guess you could use some fs module ( like [RNFetchBlob ](https://github.com/joltup/rn-fetch-blob)) to retrieve URIs you want, then use this packages to extract the metadata. however, in my opinion,...

you could use `RNAndroidAudioStore.getSongByPath` ( see [here](https://github.com/cinder92/react-native-get-music-files#rnandroidstore)) to retrieve the metadata from a path, however this wont work on iOS. ----- to be honest though, for your use case, I...

honestly this is how we handled this issue in our app: - store all the data in SQLite, Songs table includes PATH ( defaults to NULL) and URL - when...

@ajoykarmakar this function is now implemented in v3dev branch of my fork. https://github.com/Drazail/react-native-get-music-files/tree/v3dev#getsongbypaths

@iasreact1 Its been a while since I worked on this. however, if you are interested, you can take a look at the source code of my [repo](https://github.com/Drazail/react-native-media-store) (which is practically...

Will do asap