@kishannareshpal/expo-pdf 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -13,6 +13,17 @@
13
13
  _This version does not introduce any user-facing changes._
14
14
  -->
15
15
 
16
+ ## 0.2.6 - 2026-01-23
17
+
18
+
19
+ ### 📚 Documentation
20
+
21
+ - docs: add lib banner ([280c81d](https://github.com/kishannareshpal/expo-pdf/commit/280c81db748787e6341a3bb46663643620b89225)) by `Kishan Jadav`
22
+
23
+
24
+ **Full Changelog**: https://github.com/kishannareshpal/expo-pdf/compare/v0.2.5...v0.2.6
25
+
26
+
16
27
  ## 0.2.5 - 2026-01-18
17
28
 
18
29
 
package/README.md CHANGED
@@ -1,9 +1,11 @@
1
+ ![expo-pdf Banner](./docs/banner.png)
2
+
1
3
  # `@kishannareshpal/expo-pdf`
2
4
 
3
5
  [![NPM Version](https://img.shields.io/npm/v/%40kishannareshpal%2Fexpo-pdf?style=flat&logo=npm&label=%40kishannareshpal%2Fexpo-pdf)](https://www.npmjs.com/package/@kishannareshpal/expo-pdf)
4
6
  [![GitHub Repo stars](https://img.shields.io/github/stars/kishannareshpal/expo-pdf?style=flat)](https://github.com/kishannareshpal/expo-pdf/stargazers)
5
7
 
6
- A cross-platform, high-performance PDF viewer for React Native and Expo, built on top of native PDF rendering engines.
8
+ A cross-platform, high-performance PDF viewer for React Native and Expo, built on top of native* PDF rendering engines.
7
9
 
8
10
  | [iOS](./docs/preview-ios.mp4) | [Android](./docs/preview-android.mp4) |
9
11
  | ----------------------------------------------------------- | --------------------------------------------------------------- |
@@ -13,7 +15,7 @@ A cross-platform, high-performance PDF viewer for React Native and Expo, built o
13
15
 
14
16
  - Supports Android and iOS
15
17
  - Uses Apple's [`PDFKit`](https://developer.apple.com/documentation/pdfkit/pdfview) on iOS
16
- - Uses [kishannareshpal/AndroidPdfViewer](https://github.com/kishannareshpal/AndroidPdfViewer) on Android which is a maintained
18
+ - *Uses [kishannareshpal/AndroidPdfViewer](https://github.com/kishannareshpal/AndroidPdfViewer) on Android which is a maintained
17
19
  fork of [barteksc/AndroidPdfViewerV2](https://github.com/kishannareshpal/AndroidPdfViewer) which uses the open-source [PDFium](https://pdfium.googlesource.com/pdfium/+/HEAD/docs/getting-started.md) PDF rendering engine.
18
20
  - Note: We'll be looking to switch to [`androidx.pdf`](https://developer.android.com/jetpack/androidx/releases/pdf) on Android once that becomes stable.
19
21
  - Load PDFs from remote URLs or local file paths
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kishannareshpal/expo-pdf",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "author": "Kishan Jadav <kishan_jadav@hotmail.com> (https://github.com/kishannareshpal)",
5
5
  "repository": "https://github.com/kishannareshpal/expo-pdf",
6
6
  "main": "build/index.js",
package/release_body.txt CHANGED
@@ -1,2 +1,7 @@
1
1
 
2
- **Full Changelog**: https://github.com/kishannareshpal/expo-pdf/compare/v0.2.4...v0.2.5
2
+ ### 📚 Documentation
3
+
4
+ - docs: add lib banner ([280c81d](https://github.com/kishannareshpal/expo-pdf/commit/280c81db748787e6341a3bb46663643620b89225)) by `Kishan Jadav`
5
+
6
+
7
+ **Full Changelog**: https://github.com/kishannareshpal/expo-pdf/compare/v0.2.5...v0.2.6