This fork has now been archived as RVMob now supports instances, simply connect with https://api.divolt.xyz
and restart. Any issues with instance switching should be opened there.
DVMob is a mobile Divolt client made in React Native.
DVMob is currently in beta, exclusive to Android and pretty unoptimized - use at your own discretion.
Right now, if you want to install DVMob you will have to build it yourself. You'll need Node, Yarn Classic and npx. Then run the following:
yarn install
npx rn-nodeify -e
yarn start
CLI commands:
Command | Description |
---|---|
yarn start |
Starts the application. |
yarn test |
Tests to see if everything is working. |
yarn android |
Runs an Android version. |
yarn ios |
Runs an iOS version (requires a Mac). |
yarn lint |
Checks the code syntax using ESLint. |
For more see a list of react-native
's commands here. You can access them by running npx react-native
.
If you encounter bugs, first check if you're able to open Divolt in your browser. Also check if you have any firewall settings that may block the Revolt API.
If you're still experiencing issues, and there aren't any open issues for the bug(s) you're facing, please open an issue.
DVMob is licensed under the GNU Affero General Public License v3.0.