Chat with the p2p swarm on your mobile device (Android & maybe iOS).
Not yet on the Play Store, so fetch the APK from the Releases page here in GitHub and then install locally on your device (put it in developer mode first).
Credits go to the contributors of cabal-node, react-native, react-navigation, react-native-gifted-chat, and nodejs-mobile.
First make sure you follow the official React Native docs to setup your local environment with the necessary compilers for Android and/or iOS. Then, git clone this project, and install dependencies:
npm installAlso install dependencies in the backend project:
cd nodejs-assets/nodejs-project
npm installThen run
react-native run-androidIf things go wrong, try rebuilding the backend:
cd android
./gradlew clean
cd ..
react-native run-androidGPL 🤘
