cabal-club / cabal-mobile

p2p chat in your phone [dev help wanted :)]
Other
146 stars 16 forks source link

Cabal Mobile

⚠️ re-development of Cabal Mobile is happening in the v2 branch—contributors wanted


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

Install

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 🤘