Productivity app focused on survey reviews with react native

Just-a-review-app

Productivity app focused on survey reviews.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Follow this guide.

Installing

cd just-a-review-app
yarn
cd ios
pod install

Running Android

cd just-a-review-app
yarn start
yarn android

Running iOS

cd just-a-review-app
yarn start
yarn ios

Running the tests

e2e tests

Make sure you have an emulator named: Pixel_3a_API_30_x86 or change the name on ./github/workflows/android.yml from Pixel_3a_API_30_x86 to your emulator name.

yarn build-detox-android
yarn test-detox-android-windows

(see windows versions of these commands).

And coding style tests

Run linter

yarn lint

(see windows versions of these commands)

Run unit tests

yarn test

Upgrading app version

You can upgrade the app version by patch, minor and major.

yarn bump-patch
yarn bump-minor
yarn bump-major

Authors

  • Kyonru

GitHub