venepe / react-native-music-metadata

6 stars 15 forks source link

How can i find cover of the music file? #1

Open themakerman opened 7 years ago

venepe commented 7 years ago

For both android and iOS, It looks like you need to get a reference to the embedded image data and base64 encoded the data to bridge it back over to react native. An elegant solution exists for iOS and one similar for android should be possible.