A simple React Native app that will help you on your bazaar notes 🗒️
- Get updated highest bazaar prices (I know you can bargain and get a lower price 😉)
- React Native
- Expo
- Clone the repo
- Run
npm install
to install necessary dependencies - Run
npx expo start
to run the app - To build: run
eas build --platform android --profile production
to build.aab
file - Run
bundletool build-apks --mode universal --bundle Downloads/name.aab --output ./app.apks
to build.apks
file - Extract the
.apks
file and install the.apk
file on your device