Expo react-native How to read metadata from audio files

Viewed 25

I'm working on a music player app and I'll like to get the meta data(e.g title,cover e.t.c) of the audio files at the time of fetching it.

I was initially using expo-media-library but it doesn't get the meta data of the audio file.

I found react-native-get-music-files but the size is too large.

I was wondering if there's another library I can use to achieve it. Thanks in advance

0 Answers
Related