/mastdt

Primary LanguageJavaScript

🚀 Local Setup

It's recommended to install the Expo Client App if you have a physical device.

# First, install dependencies
yarn install

# Then, run the Metro bundler
yarn start

# Finally, you can scan the QR code using the Expo client app and start building!

Building an APK

To build an apk, we can use a tool called Turtle CLI.

Pre-requisites

  1. Install the CLI tool: yarn add --global turtle-cli
  2. Setup environment for android: turtle setup:android --sdk-version 38.0.0

Building the APK

# First, build the android app bundle:
make aab

# Finally, build the apk from the android app bundle:
make apk bundle=/path/to/my_app.aab output=/path/to/my_app.apks