Initialization
Setting up the Development Enviroment
Clone repository
git clone Github Repository dev Branch
Necesary dependencies
info
NodeJS - Installation.
JDK - (Adoptium Ver)Installation.
Android Studio (Android SDK, Android SDK Platform, Android Virtual Device) - Installation.
Download Packages
npm install
Initialize metro bundler
npm start -- --reset-cache
Start android fast reload (Debug Build)
npm run android -- --mode="debug"
Start android fast reload (Production Build)
npm run android -- --mode="release"
Compile ABB Version (Release Bundle)
Go to android directory cd .\android\
Gradle compilation ./gradlew bundleRelease
tip
(CTRL + M) Open Dev Menu
Twice R Fast Reload