chore: Rename CodeScanner to CodeScannerOptions in native (#2010)
				
					
				
			* chore: Rename `CodeScanner` to `CodeScannerOptions` on native * chore: Rename `CodeScanner` on iOS * fix: Unwrap `options` * Format
This commit is contained in:
		| @@ -150,6 +150,13 @@ class CameraConfiguration { | ||||
|   struct Audio: Equatable { | ||||
|     // no props for audio at the moment | ||||
|   } | ||||
|  | ||||
|   /** | ||||
|    A CodeScanner Output configuration | ||||
|    */ | ||||
|   struct CodeScanner: Equatable { | ||||
|     var options: CodeScannerOptions | ||||
|   } | ||||
| } | ||||
|  | ||||
| extension CameraConfiguration.Video { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user