fix camera type

This commit is contained in:
Antonio Grass 2016-02-11 12:51:13 -03:00
parent 4021cdec40
commit e26e8e3606
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ export default class Camera extends Component {
audio: props.captureAudio,
mode: props.captureMode,
target: props.captureTarget,
type: props.type,
...options
};