Add additional info about .capture() method
This commit is contained in:
parent
beef765b1c
commit
4fb6e3bbe4
|
@ -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`)
|
||||
|
|
Loading…
Reference in New Issue