react-native-vision-camera-barcode-scannerType aliases
TargetBarcodeFormat
type TargetBarcodeFormat =
| Exclude<BarcodeFormat, "unknown">
| "all-formats"Represents a target BarcodeFormat that the BarcodeScanner
can be configured to scan for, or 'all-formats' to scan for every supported format.