@amafil/react-native-pdf-toolkit 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
- # react-native-pdf
2
- [![npm](https://img.shields.io/npm/v/react-native-pdf.svg?style=flat-square)](https://www.npmjs.com/package/react-native-pdf)
1
+ # react-native-pdf-toolkit
2
+
3
+ It is a fork from the original [react-native-pdf](https://github.com/wonday/react-native-pdf) package, with the goal of adding new features and improvements. For now, is an experimental package, and is *not suggested to be used in production*.
3
4
 
4
5
  A react native PDF view component (cross-platform support)
5
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amafil/react-native-pdf-toolkit",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "summary": "A react native PDF view component",
5
5
  "description": "A react native PDF view component, support ios and android platform",
6
6
  "main": "index.js",