Created
July 29, 2020 10:00
-
-
Save vaibhavgehani/5ac4171e2092c64cfacf972ced677d25 to your computer and use it in GitHub Desktop.
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
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