Skip to content

Commit

Permalink
docs(rn-camera): remove unimplemented property (react-native-camera#1987
Browse files Browse the repository at this point in the history
) [skip ci]

Fixes react-native-camera#1978
  • Loading branch information
n1ru4l authored Dec 11, 2018
1 parent 0a568eb commit 515bccb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/RNCamera.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,6 @@ Setting this property causes the auto focus feature of the camera to attempt to

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.

#### `captureAudio`

Values: `true` (Boolean), `false` (default)

Specifies whether or not audio should be captured with the video. If `true`, app will request for microphone permission along with video permission.

#### `flashMode`

Values: `RNCamera.Constants.FlashMode.off` (default), `RNCamera.Constants.FlashMode.on`, `RNCamera.Constants.FlashMode.auto` or `RNCamera.Constants.FlashMode.torch`.
Expand Down

0 comments on commit 515bccb

Please sign in to comment.