Merge pull request #1270 from Michaelvilleneuve/patch-1

Typo fix in docs/migration.md
This commit is contained in:
Viren Rajput 2018-02-21 14:10:34 +00:00 committed by GitHub
commit 2e891176b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ Instead of importing `Camera`, now, you should import `{ RNCamera }` from `react
On RCTCamera, you would set the camera `captureMode` to `still` or `video` and you could only record or take a picture depending on the `captureMode` of your `Camera`.
On RNCamera you do not need to specify `captureMode`. The RNCameara, in any state, can record or take a picture calling the appropriate method.
On RNCamera you do not need to specify `captureMode`. The RNCamera, in any state, can record or take a picture calling the appropriate method.
### `capture` to `takePictureAsync` or `recordAsync`