Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
fix(docs): Header on the wrong position
Browse files Browse the repository at this point in the history
"Component instance methods" header on the wrong position
  • Loading branch information
Fconstant committed Mar 27, 2018
1 parent c839f11 commit 589a081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RNCamera.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ A string representing the camera ratio in the format 'height:width'. Default is

Use `getSupportedRatiosAsync` method to get ratio strings supported by your camera on Android.

## Component instance methods

#### `type`

Values: `RNCamera.Constants.Type.front` or `RNCamera.Constants.Type.back` (default)
Expand Down Expand Up @@ -241,6 +239,8 @@ Only available in Android. RNCamera uses the Google Mobile Vision frameworks for

Method to be called when text is detected. Receives a Text Recognized Event object. The interesting value of this object is the `textBlocks` value, which is an array with objects of the [TextBlock](https://developers.google.com/android/reference/com/google/android/gms/vision/text/TextBlock) properties.

## Component instance methods

#### `takePictureAsync([options]): Promise`

Takes a picture, saves in your app's cache directory and returns a promise.
Expand Down

0 comments on commit 589a081

Please sign in to comment.