Skip to content

Instantly share code, notes, and snippets.

@csorlandi
Created June 7, 2018 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csorlandi/88294c9eb141d72060cc271618505b55 to your computer and use it in GitHub Desktop.
Save csorlandi/88294c9eb141d72060cc271618505b55 to your computer and use it in GitHub Desktop.
<RNCamera
ref={camera => { this.camera = camera }}
style = {styles.preview}
type={RNCamera.Constants.Type.back}
autoFocus={RNCamera.Constants.AutoFocus.on}
flashMode={RNCamera.Constants.FlashMode.off}
permissionDialogTitle={'Permission to use camera'}
permissionDialogMessage={'We need your permission to use your camera phone'}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment