Remove duplicate playSoundOnCapture property (#299)

On Android this throws a SyntaxError: Attempted to redefine property 'playSoundOnCapture'.
This commit is contained in:
Matt Dean 2016-05-26 14:45:14 -04:00 committed by Zack Story
parent bff819c574
commit a2f8901f95

View File

@ -177,7 +177,6 @@ export default class Camera extends Component {
options = {
audio: props.captureAudio,
barCodeTypes: props.barCodeTypes,
playSoundOnCapture: props.playSoundOnCapture,
mode: props.captureMode,
playSoundOnCapture: props.playSoundOnCapture,
target: props.captureTarget,