ipfs / js-ipfs-unixfs

JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)
Other
87 stars 34 forks source link

chore: add react native compat #338

Open shamilovtim opened 1 year ago

shamilovtim commented 1 year ago

emulating the no-ops from "browser" while providing an entrypoint

achingbrain commented 1 year ago

Thanks for opening this - could you add a minimal test runner to CI so we can ensure there are no regressions around this in future?

shamilovtim commented 1 year ago

Thanks for opening this - could you add a minimal test runner to CI so we can ensure there are no regressions around this in future?

This is no different from "browser" + "exports" field at this time and covered by tests on those. If I have to make logical changes I'll be willing to add testing at that point.