react-native-rectangle-doc-scanner 10.41.0 → 10.43.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.
@@ -186,7 +186,6 @@ class CameraController(
186
186
  imageAnalyzer = ImageAnalysis.Builder()
187
187
  .setBackpressureStrategy(ImageAnalysis.STRATEGY_KEEP_ONLY_LATEST)
188
188
  .setTargetAspectRatio(AspectRatio.RATIO_4_3)
189
- .setTargetResolution(android.util.Size(1280, 960))
190
189
  .setTargetRotation(targetRotation) // Match preview rotation
191
190
  .build()
192
191
  .also {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-rectangle-doc-scanner",
3
- "version": "10.41.0",
3
+ "version": "10.43.0",
4
4
  "description": "Native-backed document scanner for React Native with customizable overlays.",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",