experimental
and official
folders contain app icons and splash screensplay
and foss
folders contain necessary code to run the app with or without Google Play services, respectivelyfoss
build doesn't contain push notifications implementedmain
folder contains core implementationsdebug
folder contains code to run the app in debug modeexperimental
, play
debug
, and main
foldersAPPLICATION_ID
, VERSIONCODE
and BugsnagAPIKey
on ./android/gradle.properties
./android/app/src/experimental/res/values/colors.xml
./android/app/src/experimental/res/drawable-xxhdpi/splash.png
./android/app/src/main/res/values/strings.xml
cd android/app
keytool -genkeypair -v -keystore my-upload-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000
KEYSTORE_PASSWORD
and KEY_PASSWORD
on ./android/gradle.properties with the passwords you were promptedyarn
yarn android-whitelabel <YOURAPPID>
yarn android-whitelabel chat.rocket.whitelabel
experimentalPlayDebug
build flavor. When you build your app on release mode, use experimentalPlayRelease