react-native-rectangle-doc-scanner 3.178.0 → 3.179.0

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.
@@ -83,7 +83,6 @@ class DocumentScannerView(context: ThemedReactContext) : FrameLayout(context), L
83
83
  keepScreenOn = true
84
84
  // Force view to be drawn
85
85
  setWillNotDraw(false)
86
- isOpaque = true
87
86
  requestLayout()
88
87
  }
89
88
  Log.d(TAG, "[INIT] PreviewView created: $previewView")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-rectangle-doc-scanner",
3
- "version": "3.178.0",
3
+ "version": "3.179.0",
4
4
  "description": "Native-backed document scanner for React Native with customizable overlays.",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",