Update RNCamera.md

This commit is contained in:
Paras Sharma 2018-02-06 02:26:33 +05:30 committed by GitHub
parent cd3fcf5c31
commit f9c555344e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ class BadInstagramCloneApp extends Component {
this.camera = ref;
}}
style = {styles.preview}
type={RNCamera.Constants.Type.front}
type={RNCamera.Constants.Type.back}
flashMode={RNCamera.Constants.FlashMode.on}
permissionDialogTitle={'Permission to use camera'}
permissionDialogMessage={'We need your permission to use your camera phone'}