diff --git a/docs/RNCamera.md b/docs/RNCamera.md index 06bde0f..01ffc4f 100644 --- a/docs/RNCamera.md +++ b/docs/RNCamera.md @@ -247,6 +247,8 @@ Supported options: - `base64` (boolean true or false) Use this with `true` if you want a base64 representation of the picture taken on the return data of your promise. If no value is specified `base64:false` is used. - `exif` (boolean true or false) Use this with `true` if you want a exif data map of the picture taken on the return data of your promise. If no value is specified `exif:false` is used. + + - `fixOrientation` (android only, boolean true or false) Use this with `true` if you want to fix incorrect image orientation (can take up to 5 seconds on some devices). Do not provide this if you only need EXIF based orientation. The promise will be fulfilled with an object with some of the following properties: