docs: Add platform: iOS annotation to regionOfInterest prop

This commit is contained in:
Marc Rousavy
2024-01-13 19:35:30 +01:00
parent d747933892
commit 9ecc09cfe4

View File

@@ -74,6 +74,8 @@ export interface CodeScanner {
onCodeScanned: (codes: Code[], frame: CodeScannerFrame) => void
/**
* Crops the scanner's view area to the specific region of interest.
*
* @platform iOS
*/
regionOfInterest?: {
x: number