Skip to content

Commit

Permalink
Update ios/ReactNativeCameraKit/CameraView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlac authored Apr 30, 2024
1 parent c05d4d2 commit 67ad01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/ReactNativeCameraKit/CameraView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class CameraView: UIView {
// props
// camera settings
@objc var cameraType: CameraType = .back
@objc var resizeMode: ResizeMode = .cover
@objc var resizeMode: ResizeMode = .contain
@objc var flashMode: FlashMode = .auto
@objc var torchMode: TorchMode = .off
// ratio overlay
Expand Down

0 comments on commit 67ad01c

Please sign in to comment.