v0.1.0
First release of @missingcore/react-native-metadata-retriever.
Added
- Getting metadata supported by
MediaMetadataAPI & a subset from theFormatAPI. - Getting image of media from its uri as a base64 string.
- Add fallback to
MediaMetadataRetrieverif we failed to get metadata withMetadataRetriever(ie: ID3v1 metadata) - Ensure compatibility with both new & old architecture.