Tantri POS
Installation
Installation of Tantri POS
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-react-native.gitNavigate to the project directory
cd tantri-app-react-nativeInstall dependencies
yarn installInstall patch for dependencies
yarn postinstallStart the Metro bundler
yarn startOpen your Android Emulator or iOS Simulator
Start on Android Emulator or iOS Simulator
yarn android # for android
yarn ios # for iosOpen your IDE and Start Development!
Production
Building app apk or aab for android
Cleaning Gradle Build
cd android/
./gradlew cleanBuilding APK Files
cd android/
./gradlew assembleReleaseBuilding AAB File
cd android/
./gradlew bundleRelease
