react-native-pdf-jsi 1.0.2 → 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 +12 -7
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -436,7 +436,12 @@ 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)
|
|
440
445
|
- 📚 **Documentation Fix**: Updated README with correct package name and installation instructions
|
|
441
446
|
- 🔧 **Package Clarity**: Clear distinction between npm package name (`react-native-pdf-jsi`) and import names (`react-native-pdf-enhanced`)
|
|
442
447
|
|
|
@@ -671,16 +676,16 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
671
676
|
|
|
672
677
|
## 🔗 Links
|
|
673
678
|
|
|
674
|
-
- 📖 [Documentation](https://github.com/126punith/react-native-pdf
|
|
675
|
-
- 🐛 [Report Issues](https://github.com/126punith/react-native-pdf
|
|
676
|
-
- 💬 [Discussions](https://github.com/126punith/react-native-pdf
|
|
677
|
-
- 📦 [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)
|
|
678
683
|
- 🚀 [JSI Documentation](README_JSI.md)
|
|
679
684
|
|
|
680
685
|
## 📞 Support
|
|
681
686
|
|
|
682
687
|
For issues and questions:
|
|
683
|
-
- GitHub Issues: [react-native-pdf
|
|
688
|
+
- GitHub Issues: [react-native-enhanced-pdf](https://github.com/126punith/react-native-enhanced-pdf)
|
|
684
689
|
- Performance Issues: Include JSI stats and performance history
|
|
685
690
|
- Build Issues: Include CMake logs and Android NDK version
|
|
686
691
|
- Contact: punithm300@gmail.com
|
|
@@ -691,7 +696,7 @@ For issues and questions:
|
|
|
691
696
|
|
|
692
697
|
*Transform your PDF viewing experience with enterprise-grade performance and reliability.*
|
|
693
698
|
|
|
694
|
-
**v1.0.
|
|
699
|
+
**v1.0.3 - Enhanced JSI Integration**
|
|
695
700
|
**Copyright (c) 2025-present, Punith M (punithm300@gmail.com). Enhanced PDF JSI Integration. All rights reserved.**
|
|
696
701
|
|
|
697
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",
|