react-native-pdf 6.7.2 → 6.7.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 CHANGED
@@ -169,6 +169,9 @@ react-native run-ios
169
169
  <details>
170
170
  <summary>ChangeLog details</summary>
171
171
 
172
+ v6.7.3
173
+ 1. Fixed: fix android package name
174
+
172
175
  v6.7.2
173
176
  1. Fixed: fix iOS double tap zoom scrolling
174
177
  2. Fixed: fix RN 73 compatibility
@@ -81,7 +81,7 @@ if (isNewArchitectureEnabled()) {
81
81
  android {
82
82
  def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
83
83
  if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
84
- namespace "com.wonday.rnpdf"
84
+ namespace "org.wonday.pdf"
85
85
  }
86
86
  compileSdkVersion safeExtGet('compileSdkVersion', 31)
87
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-pdf",
3
- "version": "6.7.2",
3
+ "version": "6.7.3",
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",