react-native-rectangle-doc-scanner 10.19.0 → 10.20.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.
@@ -491,8 +491,7 @@ class CameraController(
491
491
  Log.d(TAG, "[TRANSFORM] Applying rotation: ${rotationDegrees}°")
492
492
 
493
493
  if (rotationDegrees != 0f) {
494
- // TextureView matrix rotation direction can be opposite of expectation on some devices.
495
- matrix.postRotate(-rotationDegrees, centerX, centerY)
494
+ matrix.postRotate(rotationDegrees, centerX, centerY)
496
495
  }
497
496
 
498
497
  // After rotation, determine effective buffer size
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-rectangle-doc-scanner",
3
- "version": "10.19.0",
3
+ "version": "10.20.0",
4
4
  "description": "Native-backed document scanner for React Native with customizable overlays.",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",