From 745e8de8c3eb879e211edd6f7f7d6e4e282ae732 Mon Sep 17 00:00:00 2001 From: Steven Vanderschaeve Date: Thu, 12 Mar 2020 14:44:27 +0100 Subject: [PATCH] Typo coordiate instead of coordinate --- docs/RNCamera.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RNCamera.md b/docs/RNCamera.md index 956173862..636b27875 100644 --- a/docs/RNCamera.md +++ b/docs/RNCamera.md @@ -208,7 +208,7 @@ Use the `autoFocus` property to specify the auto focus setting of your camera. ` Values: Object `{ x: 0.5, y: 0.5 }`. Values (iOS): Object `{ x: 0.5, y: 0.5, autoExposure }`. -Setting this property causes the auto focus feature of the camera to attempt to focus on the part of the image at this coordiate. +Setting this property causes the auto focus feature of the camera to attempt to focus on the part of the image at this coordinate. Coordinates values are measured as floats from `0` to `1.0`. `{ x: 0, y: 0 }` will focus on the top left of the image, `{ x: 1, y: 1 }` will be the bottom right. Values are based on landscape mode with the home button on the right—this applies even if the device is in portrait mode.