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.
- package/README.md +18 -9
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
# react-native-pdf-jsi 🚀
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[](https://www.youtube.com/shorts/OmCUq9wLoHo)
|
|
6
|
+
|
|
7
|
+
**[▶️ Watch on YouTube Shorts](https://www.youtube.com/shorts/OmCUq9wLoHo)**
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
[](https://www.npmjs.com/package/react-native-pdf-jsi)
|
|
12
|
+
[](https://www.npmjs.com/package/react-native-pdf-jsi)
|
|
13
|
+
[](https://www.npmjs.com/package/react-native-pdf-jsi)
|
|
14
|
+
[](https://github.com/126punith/react-native-pdf-jsi)
|
|
15
|
+
[](https://github.com/126punith/react-native-pdf-jsi/blob/main/LICENSE)
|
|
7
16
|
[](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-
|
|
1855
|
-
- 🐛 [Report Issues](https://github.com/126punith/react-native-
|
|
1856
|
-
- 💬 [Discussions](https://github.com/126punith/react-native-
|
|
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-
|
|
1869
|
-
- **💬 Discussions**: https://github.com/126punith/react-native-
|
|
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
|
|
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-
|
|
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-
|
|
61
|
+
"homepage": "https://github.com/126punith/react-native-pdf-jsi",
|
|
62
62
|
"bugs": {
|
|
63
|
-
"url": "https://github.com/126punith/react-native-
|
|
63
|
+
"url": "https://github.com/126punith/react-native-pdf-jsi/issues"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"crypto-js": "4.2.0",
|