Skip to content

p2p chat in your phone [dev help wanted :)]

License

Notifications You must be signed in to change notification settings

epragalakis/cabal-mobile

 
 

Repository files navigation

Cabal Mobile

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

Install

  • APK file
  • Dat Installer: dat://199c8ad61f269fb243425895e315fab8fd2a8f96ced1c82899aea1895d9473ec
  • Play Store: not yet

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

npm run run-android
# or
npm run run-ios

Troubleshooting

Android

If things go wrong, try rebuilding the backend:

cd android
./gradlew clean
cd ..
npm run run-android

iOS

...

License

GPL 🤘

About

p2p chat in your phone [dev help wanted :)]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.2%
  • Objective-C 11.6%
  • Python 4.9%
  • Java 4.3%