-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting this library to work without react-native-document-picker #144
Comments
Here is the actual error I'm getting:
|
@jjduhamel did you solve this issue ? |
Hi @jjduhamel did you managed to get this working with react-native-fs? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm running into an issue very similar to this. The difference in my case is that react-native-document-picker is stubbornly not working in my project (see here), so I'm using react-native-fs to derive the file path instead.
I can't find any info about the
public.archive
filetype on iOS, nor was an explanation ever given for the issue I linked earlier. Assuming that react-native-document-picker won't work for me, can you give me any guidance for making this work with an alternate filesystem library?Thanks
The text was updated successfully, but these errors were encountered: