@react-native-ohos/react-native-pdf 6.7.5-rc.1 → 6.7.5-rc.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/react-native-pdf",
3
- "version": "6.7.5-rc.1",
3
+ "version": "6.7.5-rc.2",
4
4
  "description": "Please describe the basic information.",
5
5
  "main": "Index.ets",
6
6
  "author": "",
@@ -1,5 +1,5 @@
1
- #ifndef COMPONENTDESCRIPTORS_H
2
- #define COMPONENTDESCRIPTORS_H
1
+ #ifndef PDF_COMPONENTDESCRIPTORS_H
2
+ #define PDF_COMPONENTDESCRIPTORS_H
3
3
  /**
4
4
  * MIT License
5
5
  *
@@ -1,5 +1,5 @@
1
- #ifndef EVENTEMITTERS_H
2
- #define EVENTEMITTERS_H
1
+ #ifndef PDF_EVENTEMITTERS_H
2
+ #define PDF_EVENTEMITTERS_H
3
3
  /**
4
4
  * MIT License
5
5
  *
@@ -1,5 +1,5 @@
1
- #ifndef SHADOWNODES_H
2
- #define SHADOWNODES_H
1
+ #ifndef PDF_SHADOWNODES_H
2
+ #define PDF_SHADOWNODES_H
3
3
  /**
4
4
  * MIT License
5
5
  *
@@ -1,5 +1,5 @@
1
- #ifndef STATES_H
2
- #define STATES_H
1
+ #ifndef PDF_STATES_H
2
+ #define PDF_STATES_H
3
3
  /**
4
4
  * MIT License
5
5
  *
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/react-native-pdf",
3
- "version": "6.7.5-rc.1",
3
+ "version": "6.7.5-rc.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",