Logo
Tantri Scanner

Installation

Installation of Tantri Scanner

Development

Prerequisite

Please install Yarn before proceeding with the installation.

Follow these steps to run this project locally.

Clone the repository

git clone [email protected]:tantri-id/tantri-app-scanner.git

Navigate to the project directory

cd tantri-app-react-native

Install dependencies

yarn install

Install patch for dependencies

yarn postinstall

Start the Metro bundler

yarn start
Open your Android Emulator or iOS Simulator

Start on Android Emulator or iOS Simulator

yarn android    # for android
yarn ios        # for ios
Open your IDE and Start Development!

Production

Building app apk or aab for android

Cleaning Gradle Build

cd android/
./gradlew clean

Building APK Files

cd android/
./gradlew assembleRelease

Building AAB File

cd android/
./gradlew bundleRelease