react-native-scuttlebot
v10.4.23
Published
Secure Scuttlebutt peer for React Native apps
Downloads
9
Keywords
Readme
Scuttlebot for React Native apps
install
npm install --save react-native-scuttlebot
usage
In your React Native application (e.g. index.android.js):
import Scuttlebot from 'react-native-scuttlebot';
// ...
// When you're ready, this will spawn a node.js process in the background:
Scuttlebot.start();
versions
If this package is version A.B.C, then it uses [email protected]
.