Perry Mitchell
Perry Mitchell
Putting my hand up now to be a nightly build tester ✋😅
@meeb Not to derail, and perhaps this could be another issue elsewhere, but has anyone reached out to the yt-dlp project regarding this metadata? Surely a JSON stream or something...
It's actually `import {} from "webdav/react-native", no need for the dist. And even just importing from `"webdav"` should work as we have the `react-native` entry in the package.json. I'm using...
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...
Please see updated docs: https://github.com/perry-mitchell/webdav-client?tab=readme-ov-file#react-native-support
I'd happily accept a PR for this, or even a PR that adds failing tests, so I can fix them.
Closing as stale.
ESM has been around for quite a long time, and many packages are exclusively ESM only now. Maintaining a codebase that supports both is rough, and for this project I...
>I think the majority of node.js projects still use CommonJS This is true, but it's [shrinking](https://github.com/wooorm/npm-esm-vs-cjs) as time goes by. It's inevitable that we end up with ESM as the...
If the community were to just wait for everyone to transition, we never would, and would end up with a fractured platform that would only serve to hinder progress. Well,...