Created
July 29, 2020 10:01
-
-
Save vaibhavgehani/c734068ae769965d01caa578afff8d33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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