-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
React-Native import fails #366
Comments
react-native can not use @perry-mitchell
will error with |
use from |
It's actually Can you try just importing webdav directly? |
I have the same problem. Were you able to solve this? |
All the issues I'm currently seeing here point to the fact that this library uses references on both sides (node/web) that simply won't work on RN. On the web side we have document references, and on the node side we have http agent references. Neither will ever work. I'm trying to figure out how to bypass this issue now. |
Please see updated docs: https://github.com/perry-mitchell/webdav-client?tab=readme-ov-file#react-native-support |
show error when i import webdav/react-native
The text was updated successfully, but these errors were encountered: