Skip to content

v0.1.0

Choose a tag to compare

@cyanChill cyanChill released this 26 Jul 02:42
· 139 commits to main since this release

First release of @missingcore/react-native-metadata-retriever.

Added

  • Getting metadata supported by MediaMetadata API & a subset from the Format API.
  • Getting image of media from its uri as a base64 string.
  • Add fallback to MediaMetadataRetriever if we failed to get metadata with MetadataRetriever (ie: ID3v1 metadata)
  • Ensure compatibility with both new & old architecture.