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.
- package/README.md +19 -9
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,9 +1,19 @@
|
|
|
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)
|
|
16
|
+
[](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-
|
|
1854
|
-
- 🐛 [Report Issues](https://github.com/126punith/react-native-
|
|
1855
|
-
- 💬 [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)
|
|
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-
|
|
1868
|
-
- **💬 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
|
|
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.
|
|
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",
|