Add additional info about .capture() method

This commit is contained in:
Amine Mouafik 2018-01-18 12:40:48 +07:00
parent beef765b1c
commit 4fb6e3bbe4
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ Capture image (`shouldSaveToCameraRoll: boolean`)
const image = await this.camera.capture(true);
```
*<span style="color: red">**Note:**</span> This only work on real devices. It will hang indefinitly on simulators.*
#### setFlashMode - must have the wanted camera capture reference
Set flash mode (`auto`/`on`/`off`)