react-native-pdf-jsi 3.0.0 → 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 +19 -9
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,9 +1,19 @@
1
1
  # react-native-pdf-jsi 🚀
2
2
 
3
- [![npm](https://img.shields.io/npm/v/react-native-pdf-jsi.svg?style=flat-square)](https://www.npmjs.com/package/react-native-pdf-jsi)
4
- [![Downloads](https://img.shields.io/npm/dm/react-native-pdf-jsi.svg?style=flat-square)](https://www.npmjs.com/package/react-native-pdf-jsi)
5
- [![GitHub stars](https://img.shields.io/github/stars/126punith/react-native-enhanced-pdf.svg?style=flat-square)](https://github.com/126punith/react-native-enhanced-pdf)
6
- [![Documentation](https://img.shields.io/badge/docs-online-blue.svg?style=flat-square)](https://euphonious-faun-24f4bc.netlify.app/)
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)
16
+ [![Documentation](https://img.shields.io/badge/docs-online-blue?style=for-the-badge&logo=readthedocs&logoColor=white)](https://euphonious-faun-24f4bc.netlify.app/)
7
17
 
8
18
  **The fastest React Native PDF viewer with JSI acceleration - up to 80x faster than traditional bridge!**
9
19
 
@@ -1850,9 +1860,9 @@ MIT License - see [LICENSE](LICENSE) file for details.
1850
1860
 
1851
1861
  ## 🔗 Links
1852
1862
 
1853
- - 📖 [Documentation](https://github.com/126punith/react-native-enhanced-pdf/wiki)
1854
- - 🐛 [Report Issues](https://github.com/126punith/react-native-enhanced-pdf/issues)
1855
- - 💬 [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)
1856
1866
  - 📦 [NPM Package](https://www.npmjs.com/package/react-native-pdf-jsi)
1857
1867
  - 🚀 [JSI Documentation](README_JSI.md)
1858
1868
 
@@ -1864,8 +1874,8 @@ Get help with:
1864
1874
  - **📖 Complete Guides**: https://euphonious-faun-24f4bc.netlify.app/docs/getting-started/installation
1865
1875
  - **🔧 API Reference**: https://euphonious-faun-24f4bc.netlify.app/docs/api/pdf-component
1866
1876
  - **💡 Working Examples**: https://euphonious-faun-24f4bc.netlify.app/docs/examples/basic-viewer
1867
- - **🐛 GitHub Issues**: https://github.com/126punith/react-native-enhanced-pdf/issues
1868
- - **💬 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
1869
1879
  - **📧 Email**: punithm300@gmail.com
1870
1880
 
1871
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.0",
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",