luandro / react-native-ssb-shims

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%