Skip to content

Instantly share code, notes, and snippets.

@rt2zz
Created January 12, 2016 00:43
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 rt2zz/f8e6be95be3f16f231bb to your computer and use it in GitHub Desktop.
Save rt2zz/f8e6be95be3f16f231bb to your computer and use it in GitHub Desktop.
// ...
<Camera ref='camera' target='disk' />
// ...
this.refs.camera.takePicture((err, data) => {
NativeFileUploader(uploadUrl, {file: data.uri}, (err, data) => {
// ...
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment