Skip to content

v0.1.0 — Native system thumbnails

Choose a tag to compare

@github-actions github-actions released this 10 Jul 11:26

First public release of @marshallbear1/react-native-system-thumbnails.

Highlights:

  • One typed React Native TurboModule API for images, PDFs, video, audio artwork, text, office documents, provider-backed content, and unknown files.
  • Quick Look thumbnails and file icons on iOS.
  • ContentResolver thumbnails plus image, PDF, video, and audio fallbacks on Android.
  • Bounded PNG/JPEG output, source-aware native caching, AbortSignal cancellation, and stable typed errors.
  • Honest icon fallback reported as kind: 'icon'.

Verified by:

  • 24 JavaScript contract tests and 7 Android native tests.
  • Release builds of the example app on iOS and Android.
  • Maestro runtime self-tests on both platforms, including a real Android content:// URI and a rendered cache hit.
  • Clean-consumer checks before and after publication to GitHub Packages.

See the README for authenticated GitHub Packages installation and the full API.