Skip to content

Harshnigam6/kpi-mobile-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

About

University project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 53.8%
  • Java 20.0%
  • Objective-C 17.0%
  • Starlark 6.2%
  • Ruby 3.0%