react-native-pdf-jsi 3.0.0 → 3.0.1
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 +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# react-native-pdf-jsi 🚀
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/react-native-pdf-jsi)
|
|
4
|
+
[](https://www.npmjs.com/package/react-native-pdf-jsi)
|
|
5
|
+
[](https://www.npmjs.com/package/react-native-pdf-jsi)
|
|
6
|
+
[](https://github.com/126punith/react-native-enhanced-pdf)
|
|
7
|
+
[](https://euphonious-faun-24f4bc.netlify.app/)
|
|
7
8
|
|
|
8
9
|
**The fastest React Native PDF viewer with JSI acceleration - up to 80x faster than traditional bridge!**
|
|
9
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-pdf-jsi",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
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",
|