I am making a music player in React Native using the React-Native-Track-Player library that plays music from the phone's internal storage, so far everything is going well, but when I want music information such as album name, I'm having trouble getting the subtitle, artist name, etc., because there is no function for this in the React-Native-Track-Player library!
In React Native, is there a library to get music information like (like album name, subtitle, artist name, etc.)? (The library is react-native-get-music-files and react-native-music-metadata, but these libraries are old and do not work with the new version of React Native!)
Thanks
If the music you are listening is coming from a radio flow, you can use this in the file where you define your service.
Otherwise, if you are using a series of songs you can use :
Good Luck