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()
andstop()
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 vianpm
. - Add a comprehensive example app.