chore: fix typo in code comment (#795)
Probably the tiniest PR of my life.
This commit is contained in:
parent
5e7b6a7050
commit
7335883969
@ -157,7 +157,7 @@ export interface CameraProps extends ViewProps {
|
||||
*/
|
||||
enableHighQualityPhotos?: boolean;
|
||||
/**
|
||||
* Represents the orientation all Camera Outputs (Photo, Video, and Frame Processor). If this value is not set, the device orientation is used.
|
||||
* Represents the orientation of all Camera Outputs (Photo, Video, and Frame Processor). If this value is not set, the device orientation is used.
|
||||
*/
|
||||
orientation?: 'portrait' | 'portraitUpsideDown' | 'landscapeLeft' | 'landscapeRight';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user