chore: fix typo in code comment (#795)

Probably the tiniest PR of my life.
This commit is contained in:
Manuel Bieh
2022-02-02 16:58:16 +01:00
committed by GitHub
parent 5e7b6a7050
commit 7335883969

View File

@@ -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';