Skip to content

Releases: magrinj/expo-quick-look

Release 0.4.0

03 Jun 07:57

Choose a tag to compare

0.4.0 (2026-06-03)

Bug Fixes

  • only tarball needed files (da58280)
  • release-it publish args (d2f63e5)
  • track website docs in git and unblock Docusaurus CI build (2e8c1aa)
  • use GitHub-hosted video URLs for README demo previews (76474b2)

Features

  • add onWillDismiss event for iOS preview dismissal start (ed345db)
  • example: redesign app with Expo Router, native tabs, and demo videos (c8af563)
  • migrate docs to Docusaurus, add global ESLint with Prettier (ee077dc)

v0.3.1

19 Mar 10:16

Choose a tag to compare

Changes

  • fix: improve remote file download and QuickLook reliability (4e7879b)

v0.3.0

18 Mar 10:36

Choose a tag to compare

Breaking

  • filePath renamed to uri in PreviewFileOptions and ThumbnailOptions
  • filePaths renamed to uris in PreviewFilesOptions
  • canPreview(filePath) renamed to canPreview(uri)

Added

  • Add RequestOptions type with headers field for authenticated remote downloads
  • Pass custom HTTP headers through to native download logic on both iOS and Android
  • Add typecheck script and CI job
  • Add local test server and example buttons for testing header-based auth

Changes

  • feat: rename filePath to uri and add requestOptions.headers support (c2bb20e)

v0.2.1

18 Mar 09:05

Choose a tag to compare

Changes

v0.2.0

17 Mar 10:22

Choose a tag to compare

Changes

  • Merge pull request #1 from magrinj/feat/remote-files (bc487cf)
  • feat: support remote files & fix some issues (866ddd9)

v0.1.1

16 Mar 15:51

Choose a tag to compare

Changes

  • ci: remove NPM_TOKEN use OIDC (7d577bf)
  • feat: better readme (bb7a68b)
  • doc: add generated doc (d63e9e5)
  • fix: license MIT (b9b993a)
  • ci: fix lint and drop tests for now (5cb9c7d)
  • feat: use bun over npm (f448e62)
  • ci: add provenance and OIDC support for npm trusted publishers (1fc77cb)
  • feat: expo-quick-look v0.1.0 (563b0d9)