Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.79 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.79 KB

#CISystem

Smart client system. for practice based on the react-native mobile app development.

How to ?

Getting Started

Installation

npm install

Run

react-native run-android

Generating Release

# build android APK
cd android && ./gradlew assembleRelease

# build index.android.bundle.js
react-native bundle  — platform android --entry-file index.android.js --bundle-output ./bundles/index.android.bundle --dev false

# release index.android.bundle.js
code-push release CISystem ./bundles 1.0.0 --mandatory true

# update index.android.bundle.js
code-push patch CISystem Staging -l v6 --des "update description"

Screens

Platform Home My Search
iOS Home My Search
Android Home Profile Profile

Resources