Skip to content

Commit

Permalink
Merge pull request react-native-camera#1055 from iegik/patch-3
Browse files Browse the repository at this point in the history
react-native-camera#557 Fix documentation about barCodeTypes property
  • Loading branch information
sibelius authored Dec 20, 2017
2 parents ea859ca + 41fefdb commit d8f3662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit d8f3662

Please sign in to comment.