Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.69 KB

File metadata and controls

60 lines (40 loc) · 2.69 KB

Mobile App White Labeling

You can rebrand Rocket.Chat Mobile Apps to suit your style guide. You can customize the App Icons, Splash Screens, App Name, and Colors for your mobile app. This guide provides a step-by-step overview of how to white label the Rocket.Chat mobile app for both Android and iOS platforms.

Requirements

To customize your mobile apps, here are some essential requirements:

  • Intermediate knowledge of Android/iOS development and basic Javascript knowledge.
  • The repo contains targets/build flavors to build our experimental and official apps. Both apps are equal but released at a different paces in the stores.
  • The experimental folder contains the assets for the non-official app. If you see it, avoid worrying about breaking anything.

Set up the GitHub Repository

git clone https://github.com/RocketChat/Rocket.Chat.ReactNative
  • Checkout to the single-server branch.

{% hint style="info" %} You can clone the single-server branch directly by running this command:

git clone -b single-server 
https://github.com/RocketChat/Rocket.Chat.ReactNative

{% endhint %}

General White Labeling

  • Create an account on Bugsnag.
  • Set server, appGroup, and appStoreId in the app.json file.

{% hint style="warning" %} appGroup must be the same App Group created for the iOS app {% endhint %}

Set up Firebase

Creating a project Google Cloud Platform (GCP)

  • Sign in to Google Console.
  • Navigate to New Project.
  • Fill in the required project details and click Create. You are redirected to the newly created project page.

Creating a new Firebase project

Continue with the steps in . and ios-app-white-labelling.md depending on your device.