• Stars
    star
    115
  • Rank 305,916 (Top 7 %)
  • Language
    TypeScript
  • License
    GNU Affero Genera...
  • Created about 3 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React Native Revolt client. Community-led project.

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.

Info about split builds

Also note that, from v0.7.0, RVMob's APKs are split by architecture. This helps to reduce file and app sizes - however, you'll need to make sure that you download the APK that matches your device's architecture, or it won't install!

If you're using an app store, this should be handled for you. If not, however, you'll need to check your device's architecture. I'd recommend using Treble Info for this. Install and open the app - don't worry about what it says on the home page! - then open the Details tab and check the CPU architecture entry.

Depending on what it says:

  • if it says ARM64, you'll want the APK with arm64-v8a in its file name;
  • if it says ARM32, you'll want the APK with armeabi-v7a in its file name;
  • if it says x86_64, you'll want the APK with x86_64 in its file name;
  • and if it says x86, you'll want the APK with x86 but without 64 in its file name.

If it says Unknown, please ask for help in our support server.

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
yarn start

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.

More Repositories

1

revolt

Repository for miscellaneous repository management and discussions: https://github.com/revoltchat/revolt/discussions
2,027
star
2

backend

Monorepo for Revolt backend services.
Rust
1,103
star
3

self-hosted

Deploy Revolt using Docker.
852
star
4

revite

Revolt client built with Preact.
TypeScript
839
star
5

desktop

Revolt Desktop App
TypeScript
739
star
6

awesome-revolt

Collection of Revolt libraries, bots, clients and other cool stuff.
297
star
7

revolt.js

Modern Typescript library for interacting with Revolt.
TypeScript
220
star
8

frontend

Monorepo for Revolt's frontend.
TypeScript
141
star
9

vortex

(in development) Pluggable WebRTC Voice Server
Rust
113
star
10

revolt.py

Python wrapper for https://revolt.chat
Python
87
star
11

revolt.chat

Revolt landing page.
TypeScript
64
star
12

autumn

Pluggable file server micro-service.
Rust
50
star
13

translations

i18n translations of Revolt
TypeScript
49
star
14

themes

Official and community-made Revolt themes.
CSS
45
star
15

january

Image proxy and embed generator.
Rust
42
star
16

mutiny

GTK4 Revolt Client. Community-led project.
JavaScript
40
star
17

api

Typescript typings and OpenAPI v3 generator for the Revolt API.
TypeScript
35
star
18

android

Revolt Android app and internal API library
Kotlin
30
star
19

documentation

Moved to https://github.com/revoltchat/wiki.
JavaScript
24
star
20

fdroid

F-droid Repository
CSS
17
star
21

android-twa

Android Trusted Web Activity - available on Google Play and F-droid
Java
16
star
22

ios

Revolt iOS App
Swift
14
star
23

.github

Shell
13
star
24

legal

Legal documents such as Privacy Policy and Terms of Service.
11
star
25

cli

(superseded by monorepo) CLI for working with the Revolt stack.
TypeScript
11
star
26

rfcs

RFCs for changes to Revolt
Python
10
star
27

bonfire

Edge notifications service.
Rust
10
star
28

components

Components library for Revolt.
TypeScript
8
star
29

quark

Crate containing common database abstractions for Revolt.
Rust
5
star
30

client

Deprecated. – Mirror of https://gitlab.insrt.uk/revolt/client
TypeScript
4
star
31

contributions

Open source contribution tracker
JavaScript
3
star
32

wiki

Open contribution documentation powered by mdbook
CSS
2
star
33

genemoji

Revolt Emoji Pack Structure Unification Toolchain
TypeScript
2
star
34

cla

Contributor License Agreement
1
star