Skip to content

Instantly share code, notes, and snippets.

@vaibhavgehani
Created July 29, 2020 10:01
Show Gist options
  • Select an option

  • Save vaibhavgehani/c734068ae769965d01caa578afff8d33 to your computer and use it in GitHub Desktop.

Select an option

Save vaibhavgehani/c734068ae769965d01caa578afff8d33 to your computer and use it in GitHub Desktop.
DATA_URL number 0 Return base64 encoded string. DATA_URL can be very memory intensive and cause app crashes or out of memory errors. Use FILE_URI or NATIVE_URI if possible
FILE_URI number 1 Return file uri (content://media/external/images/media/2 for Android)
NATIVE_URI number 2 Return native uri (eg. asset-library://... for iOS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment