react-native-pdf-jsi 3.0.1 → 3.1.0

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.
Files changed (2) hide show
  1. package/README.md +18 -9
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,9 +1,18 @@
1
1
  # react-native-pdf-jsi 🚀
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/react-native-pdf-jsi?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/react-native-pdf-jsi)
4
- [![npm downloads](https://img.shields.io/npm/dt/react-native-pdf-jsi?style=for-the-badge&logo=npm&label=total%20downloads)](https://www.npmjs.com/package/react-native-pdf-jsi)
5
- [![weekly downloads](https://img.shields.io/npm/dw/react-native-pdf-jsi?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/react-native-pdf-jsi)
6
- [![GitHub stars](https://img.shields.io/github/stars/126punith/react-native-enhanced-pdf?style=for-the-badge&logo=github)](https://github.com/126punith/react-native-enhanced-pdf)
3
+ ## 🎥 Watch the Demo
4
+
5
+ [![Watch the demo](https://img.youtube.com/vi/OmCUq9wLoHo/maxresdefault.jpg)](https://www.youtube.com/shorts/OmCUq9wLoHo)
6
+
7
+ **[▶️ Watch on YouTube Shorts](https://www.youtube.com/shorts/OmCUq9wLoHo)**
8
+
9
+ ---
10
+
11
+ [![npm version](https://img.shields.io/npm/v/react-native-pdf-jsi?style=for-the-badge&logo=npm&color=cb3837)](https://www.npmjs.com/package/react-native-pdf-jsi)
12
+ [![total downloads](https://badgen.net/npm/dt/react-native-pdf-jsi?style=for-the-badge&icon=npm&color=cb3837)](https://www.npmjs.com/package/react-native-pdf-jsi)
13
+ [![weekly downloads](https://img.shields.io/npm/dw/react-native-pdf-jsi?style=for-the-badge&logo=npm&color=cb3837)](https://www.npmjs.com/package/react-native-pdf-jsi)
14
+ [![GitHub stars](https://img.shields.io/github/stars/126punith/react-native-pdf-jsi?style=for-the-badge&logo=github&color=181717)](https://github.com/126punith/react-native-pdf-jsi)
15
+ [![license](https://img.shields.io/npm/l/react-native-pdf-jsi?style=for-the-badge&color=green)](https://github.com/126punith/react-native-pdf-jsi/blob/main/LICENSE)
7
16
  [![Documentation](https://img.shields.io/badge/docs-online-blue?style=for-the-badge&logo=readthedocs&logoColor=white)](https://euphonious-faun-24f4bc.netlify.app/)
8
17
 
9
18
  **The fastest React Native PDF viewer with JSI acceleration - up to 80x faster than traditional bridge!**
@@ -1851,9 +1860,9 @@ MIT License - see [LICENSE](LICENSE) file for details.
1851
1860
 
1852
1861
  ## 🔗 Links
1853
1862
 
1854
- - 📖 [Documentation](https://github.com/126punith/react-native-enhanced-pdf/wiki)
1855
- - 🐛 [Report Issues](https://github.com/126punith/react-native-enhanced-pdf/issues)
1856
- - 💬 [Discussions](https://github.com/126punith/react-native-enhanced-pdf/discussions)
1863
+ - 📖 [Documentation](https://github.com/126punith/react-native-pdf-jsi/wiki)
1864
+ - 🐛 [Report Issues](https://github.com/126punith/react-native-pdf-jsi/issues)
1865
+ - 💬 [Discussions](https://github.com/126punith/react-native-pdf-jsi/discussions)
1857
1866
  - 📦 [NPM Package](https://www.npmjs.com/package/react-native-pdf-jsi)
1858
1867
  - 🚀 [JSI Documentation](README_JSI.md)
1859
1868
 
@@ -1865,8 +1874,8 @@ Get help with:
1865
1874
  - **📖 Complete Guides**: https://euphonious-faun-24f4bc.netlify.app/docs/getting-started/installation
1866
1875
  - **🔧 API Reference**: https://euphonious-faun-24f4bc.netlify.app/docs/api/pdf-component
1867
1876
  - **💡 Working Examples**: https://euphonious-faun-24f4bc.netlify.app/docs/examples/basic-viewer
1868
- - **🐛 GitHub Issues**: https://github.com/126punith/react-native-enhanced-pdf/issues
1869
- - **💬 Discussions**: https://github.com/126punith/react-native-enhanced-pdf/discussions
1877
+ - **🐛 GitHub Issues**: https://github.com/126punith/react-native-pdf-jsi/issues
1878
+ - **💬 Discussions**: https://github.com/126punith/react-native-pdf-jsi/discussions
1870
1879
  - **📧 Email**: punithm300@gmail.com
1871
1880
 
1872
1881
  For bug reports, include:
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "react-native-pdf-jsi",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "summary": "High-performance React Native PDF viewer with JSI acceleration - up to 80x faster than traditional bridge",
5
5
  "description": "🚀 Ultra-fast React Native PDF viewer with JSI (JavaScript Interface) integration for maximum performance. Features lazy loading, smart caching, progressive loading, and zero-bridge overhead operations. Perfect for large PDF files with 30-day persistent cache and advanced memory optimization. Google Play 16KB page size compliant for Android 15+. Supports iOS, Android, and Windows platforms.",
6
6
  "main": "index.js",
7
7
  "typings": "./index.d.ts",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/126punith/react-native-enhanced-pdf.git"
10
+ "url": "git+https://github.com/126punith/react-native-pdf-jsi.git"
11
11
  },
12
12
  "keywords": [
13
13
  "react-native-pdf",
@@ -58,9 +58,9 @@
58
58
  "url": "https://github.com/126punith"
59
59
  },
60
60
  "license": "MIT",
61
- "homepage": "https://github.com/126punith/react-native-enhanced-pdf",
61
+ "homepage": "https://github.com/126punith/react-native-pdf-jsi",
62
62
  "bugs": {
63
- "url": "https://github.com/126punith/react-native-enhanced-pdf/issues"
63
+ "url": "https://github.com/126punith/react-native-pdf-jsi/issues"
64
64
  },
65
65
  "dependencies": {
66
66
  "crypto-js": "4.2.0",