Skip to content

Instantly share code, notes, and snippets.

@sjchmiela
Created May 3, 2018 10:15
Show Gist options
  • Save sjchmiela/f05112133e7e090b286abc8e49059e37 to your computer and use it in GitHub Desktop.
Save sjchmiela/f05112133e7e090b286abc8e49059e37 to your computer and use it in GitHub Desktop.
renderCamera = () => (
<Camera
ref={this.handleCameraRef}
style={styles.camera}>
// ...
</Camera>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment