2.0.8 • Published 6 years ago

@luandro/react-native-ssb-shims v2.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

react-native-ssb-shims

Node.js-related shims necessary for the SSB ecosystem to run on React Native apps.

usage

First link all deps.

react-native link react-native-randombytes && react-native link react-native-crypto && react-native link react-native-fs && react-native link rn-os && react-native link rn-tcp

Just import it in your project's index.js:

require('react-native-ssb-shims');

Note

Mac users: in order to get the post-install scripts to run, you will first need to install coreutils through homebrew brew install coreutils