Skip to content

React Native Revolt client. Community-led project. Forked for my own personal instance.

License

Notifications You must be signed in to change notification settings

cspark-development/seachat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RVMob

RVMob is a mobile Revolt client made in React Native.

Please note that RVMob is currently in beta. It is exclusive to Android and contains several bugs/incomplete features - use at your own discretion.

For development updates and other news, join RVMob's support server.

Installing

If you want to install RVMob, simply go to the releases tab and download the latest version. We plan on publishing RVMob to app stores in the future.

Debug builds are also produced for every commit. These are unoptimised - they're much larger and noticeably slower than the release builds, but you can try out new features early. Also bear in mind that they are produced as Android App Bundles (AABs), not APKs - to install them, you'll have to convert the bundles using something like bundletool.

Building

If you want to build RVMob, you'll need:

Then run the following:

yarn install
npx rn-nodeify -e
npx react-native-asset
yarn android # for the android app

CLI commands:

Command Description
yarn start Starts Metro (the dev server).
yarn test Tests to see if everything is working.
yarn android Runs the Android app.
yarn ios Runs the iOS app (broken/requires a Mac).
yarn lint Checks the code syntax using ESLint.

For more information, see a list of react-native's commands here. You can access them by running yarn react-native.

Troubleshooting

If you encounter bugs, first check if you're able to open Revolt 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

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

About

React Native Revolt client. Community-led project. Forked for my own personal instance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.8%
  • Java 2.5%
  • Objective-C 1.5%
  • Other 1.2%