I wanted to copy-paste the Scuttlebutt (https://www.scuttlebutt.nz/) libraries into a React Native project to get access to that P2P social network. It obviously didn't work in React Native due to lack of support for many modules like http, fs, dgram, sodium, leveldb, so I started looking for options. Apparently other programmers in the NPM P2P space also faced a similar need: https://github.com/node-on-mobile/node-on-android