git ssb

0+

Luandro Pàtwy / ssb-nodejs-mobile



Branch:
luandro committed updated the READMELatest: 700a468 on 5/14/2018, 9:26:02 PM
📄.babelrc
📄.buckconfig
📄.flowconfig
📄.gitattributes
📄.gitignore
📄.watchmanconfig
📄App.js
📄README.md
📁android
📄app.json
📄index.js
📁ios
📁nodejs-assets
📄package-lock.json
📄package.json
📁patches
📄rn-cli.config.js
📄yarn.lock
README.md

Scuttlebot on nodejs-mobile

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

Goals

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

Built with git-ssb-web