This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Runtime Support: React-Native #1254
Closed
Description
To use IPFS on react-native, I have done following things:
- download https://unpkg.com/ipfs/dist/index.js instead of install from npm
- import
core-js
to polyfillset
andSymbol
- import
react-native-browser-polyfill
to polyfillself
- use
rn-nodeify
to installreact-native-crypto
- hacks like @Override for createJSModules() causes build error with RN 4.8 PeelTechnologies/react-native-os#5
- still can't get it run
Dragons just come one by one, can we make it easier to use js-ipfs on react-native?
Reproducible example https://github.com/linonetwo/sermover .