Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.32 KB

Scuttlebot on nodejs-mobile

Experimentation for running scuttlebot with nodejs-mobile-react-native.

Goals

  • proof-of-concept Android ✅
  • proof-of-concept iOS ✅
  • support more native modules (sodium, leveldown, utp-native) ❌

Usage

git clone https://github.com/luandro/ssb-nodejs-mobile.git
cd ssb-nodejs-mobile
npm i

Than open the project's ./android directory in Android Studio in order to download all the necessary dependencies.

Enter the NodeJS project directory and run npm install which will also run npm run prepare to patch nodejs-mobile-react-native.

npm run dev to start Android development and logging.

Use adb logcat -s "NODEJS-MOBILE" to log NodeJS application.

Fixes that made this possible