From e3d3c5229d0898c2f1da47a015db33fc96d25b29 Mon Sep 17 00:00:00 2001 From: JeyDev310 Date: Wed, 23 Feb 2022 04:14:39 -0500 Subject: [PATCH 1/3] added automate android deploy process into the readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad3e04b8..7dc6a2b9 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,12 @@ berkshares frontend application ### Requirements 1. Project is setup with [Expo](https://expo.io/) toolset which needs to be installed globally: ```npm install expo-cli --global``` -2. Install local project dependencies: ```npm install``` +2. Install local project dependencies: ```yarn install``` ### Startup -- Web: ```npm run web``` -- iOS*: ```npm run ios``` -- Android*: ```npm run android``` +- iOS*: ```yarn ios``` +- Android*: ```yarn android``` (* Requires local available emulator or connected device in development mode) @@ -27,3 +26,8 @@ berkshares frontend application #### src/stores: holds stores initializations and thier initial state, using react-hooksstore #### src/style: holds the theme definition, global style vars, global styled components #### src/common: holds shared components, time utils, crypto utils... + +## Tip: Automate itself build update for the android +1. updgrade build version and code number on ```app.json``` +2. ```expo build:android``` on project root directory +3. choose the build type as ```apk``` \ No newline at end of file From 0bc53faa9c8a9803971431a85f769687153e2bab Mon Sep 17 00:00:00 2001 From: JeyDev310 Date: Wed, 23 Feb 2022 04:48:44 -0500 Subject: [PATCH 2/3] added deploy guide into the readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dc6a2b9..e340e2cf 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,10 @@ berkshares frontend application #### src/style: holds the theme definition, global style vars, global styled components #### src/common: holds shared components, time utils, crypto utils... +## Deploy +[This guide](https://docs.expo.dev/distribution/uploading-apps/) will help you upload your Expo standalone apps to Apple TestFlight and to Google Play. + ## Tip: Automate itself build update for the android -1. updgrade build version and code number on ```app.json``` -2. ```expo build:android``` on project root directory -3. choose the build type as ```apk``` \ No newline at end of file +- updgrade build version and code number on ```app.json``` +- ```expo build:android``` on project root directory +- choose the build type as ```apk``` \ No newline at end of file From a1cef77157bf044fb11585d0c03373047a3fd650 Mon Sep 17 00:00:00 2001 From: Jay <55855208+JeyDev310@users.noreply.github.com> Date: Wed, 23 Feb 2022 10:01:49 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e340e2cf..f103ca88 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ berkshares frontend application ## Deploy [This guide](https://docs.expo.dev/distribution/uploading-apps/) will help you upload your Expo standalone apps to Apple TestFlight and to Google Play. -## Tip: Automate itself build update for the android -- updgrade build version and code number on ```app.json``` +## Steps for automating the build process for APK in Android +- upgrade build version and code number in ```app.json``` - ```expo build:android``` on project root directory -- choose the build type as ```apk``` \ No newline at end of file +- choose the build type as ```apk```