Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

fmhy/dvmob

 
 

Repository files navigation

Notice

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

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.

Building

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.

Troubleshooting

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.

License

DVMob is licensed under the GNU Affero General Public License v3.0.

About

Fork of RVMob, re-built for Divolt.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.1%
  • Java 2.2%
  • Objective-C 1.5%
  • Other 1.2%