react-native-pdf-jsi 1.0.1 → 1.0.3
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 +22 -13
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
|
|
45
45
|
```bash
|
|
46
46
|
# Using npm
|
|
47
|
-
npm install react-native-pdf-
|
|
47
|
+
npm install react-native-pdf-jsi react-native-blob-util --save
|
|
48
48
|
|
|
49
49
|
# or using yarn:
|
|
50
|
-
yarn add react-native-pdf-
|
|
50
|
+
yarn add react-native-pdf-jsi react-native-blob-util
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
Then follow the instructions for your platform to link react-native-pdf-
|
|
53
|
+
Then follow the instructions for your platform to link react-native-pdf-jsi into your project:
|
|
54
54
|
|
|
55
55
|
### iOS installation
|
|
56
56
|
<details>
|
|
@@ -64,7 +64,7 @@ Run `pod install` in the `ios` directory. Linking is not required in React Nativ
|
|
|
64
64
|
|
|
65
65
|
```bash
|
|
66
66
|
react-native link react-native-blob-util
|
|
67
|
-
react-native link react-native-pdf-
|
|
67
|
+
react-native link react-native-pdf-jsi
|
|
68
68
|
```
|
|
69
69
|
</details>
|
|
70
70
|
|
|
@@ -91,7 +91,7 @@ android {
|
|
|
91
91
|
**React Native 0.59.0 and below**
|
|
92
92
|
```bash
|
|
93
93
|
react-native link react-native-blob-util
|
|
94
|
-
react-native link react-native-pdf-
|
|
94
|
+
react-native link react-native-pdf-jsi
|
|
95
95
|
```
|
|
96
96
|
|
|
97
97
|
|
|
@@ -138,7 +138,7 @@ Add to your `android/build.gradle`:
|
|
|
138
138
|
android {
|
|
139
139
|
externalNativeBuild {
|
|
140
140
|
cmake {
|
|
141
|
-
path "node_modules/react-native-pdf-
|
|
141
|
+
path "node_modules/react-native-pdf-jsi/android/src/main/cpp/CMakeLists.txt"
|
|
142
142
|
version "3.22.1"
|
|
143
143
|
}
|
|
144
144
|
}
|
|
@@ -436,7 +436,16 @@ if (stats.jsiEnabled) {
|
|
|
436
436
|
|
|
437
437
|
## 📝 Changelog
|
|
438
438
|
|
|
439
|
-
### v1.0.
|
|
439
|
+
### v1.0.3 (2025) - Latest
|
|
440
|
+
- 🔗 **GitHub URL Fix**: Corrected repository URLs to point to the actual GitHub repository
|
|
441
|
+
- 📚 **Documentation Fix**: Updated README with correct package name and installation instructions
|
|
442
|
+
- 🔧 **Package Clarity**: Clear distinction between npm package name (`react-native-pdf-jsi`) and import names (`react-native-pdf-enhanced`)
|
|
443
|
+
|
|
444
|
+
### v1.0.2 (2025)
|
|
445
|
+
- 📚 **Documentation Fix**: Updated README with correct package name and installation instructions
|
|
446
|
+
- 🔧 **Package Clarity**: Clear distinction between npm package name (`react-native-pdf-jsi`) and import names (`react-native-pdf-enhanced`)
|
|
447
|
+
|
|
448
|
+
### v1.0.1 (2025)
|
|
440
449
|
- 🔧 **Enhanced JSI Integration**: Comprehensive Android and iOS JSI enhancements
|
|
441
450
|
- 📱 **iOS Progressive Loading**: Smart caching, preloading queue, and performance tracking
|
|
442
451
|
- 🤖 **Android JSI Optimization**: Complete native C++ implementation with batch operations
|
|
@@ -667,16 +676,16 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
667
676
|
|
|
668
677
|
## 🔗 Links
|
|
669
678
|
|
|
670
|
-
- 📖 [Documentation](https://github.com/126punith/react-native-pdf
|
|
671
|
-
- 🐛 [Report Issues](https://github.com/126punith/react-native-pdf
|
|
672
|
-
- 💬 [Discussions](https://github.com/126punith/react-native-pdf
|
|
673
|
-
- 📦 [NPM Package](https://www.npmjs.com/package/react-native-pdf-
|
|
679
|
+
- 📖 [Documentation](https://github.com/126punith/react-native-enhanced-pdf/wiki)
|
|
680
|
+
- 🐛 [Report Issues](https://github.com/126punith/react-native-enhanced-pdf/issues)
|
|
681
|
+
- 💬 [Discussions](https://github.com/126punith/react-native-enhanced-pdf/discussions)
|
|
682
|
+
- 📦 [NPM Package](https://www.npmjs.com/package/react-native-pdf-jsi)
|
|
674
683
|
- 🚀 [JSI Documentation](README_JSI.md)
|
|
675
684
|
|
|
676
685
|
## 📞 Support
|
|
677
686
|
|
|
678
687
|
For issues and questions:
|
|
679
|
-
- GitHub Issues: [react-native-pdf
|
|
688
|
+
- GitHub Issues: [react-native-enhanced-pdf](https://github.com/126punith/react-native-enhanced-pdf)
|
|
680
689
|
- Performance Issues: Include JSI stats and performance history
|
|
681
690
|
- Build Issues: Include CMake logs and Android NDK version
|
|
682
691
|
- Contact: punithm300@gmail.com
|
|
@@ -687,7 +696,7 @@ For issues and questions:
|
|
|
687
696
|
|
|
688
697
|
*Transform your PDF viewing experience with enterprise-grade performance and reliability.*
|
|
689
698
|
|
|
690
|
-
**v1.0.
|
|
699
|
+
**v1.0.3 - Enhanced JSI Integration**
|
|
691
700
|
**Copyright (c) 2025-present, Punith M (punithm300@gmail.com). Enhanced PDF JSI Integration. All rights reserved.**
|
|
692
701
|
|
|
693
702
|
*Original work Copyright (c) 2017-present, Wonday (@wonday.org). All rights reserved.*
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-pdf-jsi",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"summary": "A react native PDF view component with JSI performance enhancements",
|
|
5
5
|
"description": "A high-performance react native PDF view component with JSI (JavaScript Interface) integration for enhanced speed and efficiency. Supports iOS, Android, and Windows platforms with zero-bridge overhead operations.",
|
|
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-pdf
|
|
10
|
+
"url": "git+https://github.com/126punith/react-native-enhanced-pdf.git"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
13
|
"react-component",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"url": "https://github.com/126punith"
|
|
31
31
|
},
|
|
32
32
|
"license": "MIT",
|
|
33
|
-
|
|
33
|
+
"homepage": "https://github.com/126punith/react-native-enhanced-pdf",
|
|
34
34
|
"bugs": {
|
|
35
|
-
"url": "https://github.com/126punith/react-native-pdf
|
|
35
|
+
"url": "https://github.com/126punith/react-native-enhanced-pdf/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"crypto-js": "4.2.0",
|