npm install --save react-native-scuttlebot
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();
If this package is version A.B.C, then it uses scuttlebot@A.B.x
.