Skip to content

xcarpentier/cabal-mobile

 
 

Repository files navigation

Cabal Mobile

Chat with the p2p swarm on your mobile device (Android & maybe iOS).

Install

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).

Development

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 install

Also install dependencies in the backend project:

cd nodejs-assets/nodejs-project
npm install

Then run

react-native run-android

If things go wrong, try rebuilding the backend:

cd android
./gradlew clean
cd ..
react-native run-android

License

GPL 🤘

About

p2p chat in your phone

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.8%
  • Objective-C 12.4%
  • Python 5.2%
  • Java 4.6%