(or checkout the branch with latest merge from upstream Rocket.Chat-ReactNative)
- Install OpenJDK 8 (version 11 may have problems as some libraries are [deprecated](https://stackoverflow.com/questions/55735400/how-to-fix-java-lang-module-findexception-module-java-se-ee-not-found-error-w) like java.se.ee) and check if both java and javac are the same version 8
- Install Android Studio custom set-up with checkboxes on for:
> Android SDK
> Android SDK Platform
> Android Virtual Device
(see also https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment )
```bash
export ANDROID_HOME=~/Software/AndroidSDK
```
- Install dependencies from working dir and be sure to have a stable node version (10.13 or higher, not 8)