Commits
Manish Kumar authored and GitHub committed fa61fce6130
feat(ios): Add ability to scan inverted-color barcodes on iOS using Google Vision (#2851) * Add required plumbing for supporiting inverted colors * Update package.json * Update package.json * Update RNCamera.js * Update package.json * Update RNCameraManager.m * Read barcode detection mode * Update package.json * Declare invertImageData as a property * Access the property correctly * Refer to the property correctly * Update RNCamera.m * Update RNCamera.md * Set default scan mode to Alternate * Update package.json * Set the default barcode detection mode to normal * Update package.json * Make the property type consistent * Update RNCamera.h * Update package.json * Rename variables for readability * Update package.json * Add barcode mode usage * Revert version update Co-authored-by: Manish Kumar <mkumar@acvauctions.com>