Skip to content

Instantly share code, notes, and snippets.

@ryanlntn
Created April 16, 2016 20:37
Show Gist options
  • Save ryanlntn/7c77819bcf4f76a9e92a8780468173b9 to your computer and use it in GitHub Desktop.
Save ryanlntn/7c77819bcf4f76a9e92a8780468173b9 to your computer and use it in GitHub Desktop.
NativeModules.ImagePicker.openSelectDialog(
{}, // no config yet
(uri) => { console.log(uri) },
(error) => { console.log(error) }
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment