#557 Fix documentation about barCodeTypes property

This commit is contained in:
Arturs Jansons
2017-12-20 15:37:57 +03:00
committed by GitHub
parent ea859ca45f
commit 41fefdb3f7
+1
View File
@@ -265,6 +265,7 @@ The barcode type is provided in the `data` object.
#### `barCodeTypes`
An array of barcode types to search for. Defaults to all types listed above. No effect if `onBarCodeRead` is undefined.
Example: `<Camera barCodeTypes={[Camera.constants.BarCodeType.qr]} />`
#### `flashMode`