You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Error: Attempt to invoke virtual method 'boolean java.lang.String.startsWith(java.lang.String)' on a null object reference
In the FileSystem API you write that it is possible to read the files from content://, so I'd like to know if there is another way that I'm not seeing.
I am trying to get the base64 code for an image in the camera roll. The path for the image is something like
And I am trying to read this file with
and
The app simply crashes and in the logcat I can find the error
I have also tried
Which gives the error:
In the FileSystem API you write that it is possible to read the files from
content://, so I'd like to know if there is another way that I'm not seeing.EDIT: I'm using RN 0.41 and RNFB 0.10.2