These instructions are for building Bitkit from source to get a production version of the app. If you are looking for the latest release, you can download it from the App Store or Google Play or get the latest APK from the releases page.
Make sure you have setup your environment for React Native.
Note
Not all of the steps outlined in the above link may be required for building the app. You can skip the ones not relevant to you.
- Clone the repository
git clone [email protected]:synonymdev/bitkit.git && cd bitkit
- Switch Node version
Switch to the Node.js version defined in .node-version
. You can visit .node-version File Usage and use one of these methods to change the node version you need.
- Install dependencies
yarn install
- Set environment variables
cp .env.production.template .env.production
Follow instructions from the React Native docs for iOS.
Follow instructions from the React Native docs for Android. After that you can find the .aab
under android/app/build/outputs/bundle/release/app-release.aab
which can be installed on your device.