trying to make music player app I decided to use "react native music metadata" to get song title, album cover etc. I have done everything following guide on:
https://www.npmjs.com/package/react-native-music-metadata
and got error:
Execution failed for task ':react-native-music-metadata:compileDebugJavaWithJavac'.
Maybe anyone know a good way to read id3 from mp3 file to read song info on react native (non expo).