Skip to content

Releases: cawfree/react-native-gomobile-ipfs

馃憢 (Release 0.1.1)

29 Dec 19:01
Compare
Choose a tag to compare

Hello, world!

This is the first release of our hard fork from tesseract-one/react-native-gomobile-ipfs.

Why the hard fork?

We've opted to use a fundamentally different approach here; where we don't intend on manually bridging SDK functionality and instead opt to serve a Kubo-compatible IPFS API. This allows us to serve the entirety of the functionality embedded within the gomobile-ipfs without declaring an opinionated interface or requiring us to maintain a complex native module.

What's included?

A totally decentralized IPFS node that you can run from both iOS and Android applications. 馃コ 馃嵕

  • Just call start() and stop() and use conventional networking libraries to query your local decentralized instance.
  • Serve a comprehensive IPFS API to React Native apps.
  • Fixed dependence on now depcreated bintray repository by building locally within the package and serving binraries via npm.
  • Add a comprehensive example app.