Skip to content

ajdinahmetovic/ShapeRecognition-App

Repository files navigation

Logo

YOUR_PROJECT_NAME Mobile App

Preview

Technology

Requirements

Usage

# install dependencies
yarn install

# run bundler
yarn run serve

# run on Android device/emulator
yarn run android

# run on iOS device/simulator
yarn run ios

# run tests
yarn run test

# lint code
yarn run lint

Development build

###Android:

# install dependencies
yarn install

# run bundler
yarn run serve

# Build debug apk
yarn debug-build

###iOS

  • Run pod install
  • Switch version to 0.1
  • Increment build number
  • Archive app
  • Sign and upload to TestFlight

Production build

###Android:

# install dependencies
yarn install

# run bundler
yarn run serve

#IMPORTANT Before this step increment build number in build.gradle
# Build debug apk
yarn release-build
  • Upload release-apk to Play Console and wait for review :)

###iOS

  • Run pod install
  • Switch version to 1.0
  • Increment build number
  • Archive app
  • Sign and upload to TestFlight
  • After TestFlight is apporved promote release to production