Corrected docs heading

This commit is contained in:
Brad Bumbalough 2015-12-22 16:47:03 -05:00
parent 4e34fff32e
commit 8e1ae7c9a4
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ Supported options:
Ends the current capture session for video captures. Only applies when the current `captureMode` is `video`. Ends the current capture session for video captures. Only applies when the current `captureMode` is `video`.
### `checkDeviceAuthorizationStatus(callback(err, isAuthorized))` #### `checkDeviceAuthorizationStatus(callback(err, isAuthorized))`
Exposes the native API for checking if the device has authorized access to the camera. Can be used to call before loading the Camera component to ensure proper UX. Exposes the native API for checking if the device has authorized access to the camera. Can be used to call before loading the Camera component to ensure proper UX.