[readme] notes for barCodeTypes and playSoundOnCapture
This commit is contained in:
parent
301620ef90
commit
fae43dd698
11
README.md
11
README.md
|
@ -6,11 +6,6 @@ A camera module for React Native.
|
|||
|
||||
![](https://i.imgur.com/5j2JdUk.gif)
|
||||
|
||||
## Known Issues
|
||||
Below is a list of known issues. Pull requests are welcome for any of these issues!
|
||||
- Android support is only available through GitHub at the moment. The npm package does not have a working Android implementation.
|
||||
- Stills captured to disk will not be cleaned up and thus must be managed manually for now
|
||||
|
||||
## Getting started
|
||||
### Mostly automatic install
|
||||
1. `npm install rnpm --global`
|
||||
|
@ -164,7 +159,7 @@ The `orientation` property allows you to specify the current orientation of the
|
|||
|
||||
Values: `true` (default) or `false`
|
||||
|
||||
This property allows you to specify whether a sound is played on capture
|
||||
This property allows you to specify whether a sound is played on capture. It is currently android only, pending [a reasonable mute implementation](http://stackoverflow.com/questions/4401232/avfoundation-how-to-turn-off-the-shutter-sound-when-capturestillimageasynchrono) in iOS.
|
||||
|
||||
#### `iOS` `onBarCodeRead`
|
||||
|
||||
|
@ -190,6 +185,10 @@ The following barcode types can be recognised:
|
|||
|
||||
The barcode type is provided in the `data` object.
|
||||
|
||||
#### `iOS` `barCodeTypes`
|
||||
|
||||
An array of barcode types to search for. Defaults to all types listed above. No effect if `onBarCodeRead` is undefined.
|
||||
|
||||
#### `flashMode`
|
||||
|
||||
Values:
|
||||
|
|
Loading…
Reference in New Issue