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
No known key found for this signature in database
GPG Key ID: 83BEF0F19E8F5321

View File

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