From bb0dba0ddb9fec4e0dbef9d35bcfa69f509ce28e Mon Sep 17 00:00:00 2001 From: existentialstudios <60279246+existentialstudios@users.noreply.github.com> Date: Mon, 11 Jul 2022 22:42:35 -0400 Subject: [PATCH 1/4] Updated README with Android starting instructions. --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a125cbd29..6e26a259f 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,16 @@ PlayStore Android: https://android.ecency.com `$ react-native start` (Now your local server should start) - ## Setting up Reactotron `Reactotron` for logging, + - Install: [download here](https://github.com/infinitered/reactotron/blob/master/docs/installing.md) - Run: After installation, start the reactotron desktop application - Link: For android, run `adb reverse tcp:9090 tcp:9090` and restart app. For iOS, it should connect without futher config. -- Usage: - 1. use `Timeline` tab to track logs and network call - 2. use `State` tab to track redux stage changes, to track particular store, add it by it's initilzing name, example: `account` - +- Usage: + 1. use `Timeline` tab to track logs and network call + 2. use `State` tab to track redux stage changes, to track particular store, add it by it's initilzing name, example: `account` ## Starting for IOS @@ -42,7 +41,11 @@ PlayStore Android: https://android.ecency.com ## Starting for Android -TODO +1. Create a new app in your firebase console. +2. Choose add Android platform, with a package name of "app.esteem.mobile.android" +3. Download the generated `google-services.json` and place it in `/android/app/` +4. Connect dev device or start android emulator. +5. Run `npm run android` the project's root. ##### Using Android Studio's `adb` @@ -55,8 +58,6 @@ TODO 2. Add the Genymotion tools directory to your path (instructions for [Mac](http://osxdaily.com/2014/08/14/add-new-path-to-path-command-line/), [Linux](http://www.computerhope.com/issues/ch001647.htm), and [Windows](https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/)). 3. Make sure that you can run adb from your terminal. - - # The Rules 🔪 ### Patches and Review Process From ceb6da7bc94eab498bcdfdb45f84654d9f840727 Mon Sep 17 00:00:00 2001 From: existentialstudios <60279246+existentialstudios@users.noreply.github.com> Date: Mon, 11 Jul 2022 22:45:51 -0400 Subject: [PATCH 2/4] Updated README with Android starting instructions. --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a125cbd29..d6c82d867 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,16 @@ PlayStore Android: https://android.ecency.com `$ react-native start` (Now your local server should start) - ## Setting up Reactotron `Reactotron` for logging, + - Install: [download here](https://github.com/infinitered/reactotron/blob/master/docs/installing.md) - Run: After installation, start the reactotron desktop application - Link: For android, run `adb reverse tcp:9090 tcp:9090` and restart app. For iOS, it should connect without futher config. -- Usage: - 1. use `Timeline` tab to track logs and network call - 2. use `State` tab to track redux stage changes, to track particular store, add it by it's initilzing name, example: `account` - +- Usage: + 1. use `Timeline` tab to track logs and network call + 2. use `State` tab to track redux stage changes, to track particular store, add it by it's initilzing name, example: `account` ## Starting for IOS @@ -42,7 +41,11 @@ PlayStore Android: https://android.ecency.com ## Starting for Android -TODO +1. Create a new app in your firebase console. +2. Choose add Android platform, with a package name of `app.esteem.mobile.android` +3. Download the generated `google-services.json` and place it in `/android/app/` +4. Connect dev device or start android emulator. +5. Run `npm run android` in the project's root. ##### Using Android Studio's `adb` @@ -55,8 +58,6 @@ TODO 2. Add the Genymotion tools directory to your path (instructions for [Mac](http://osxdaily.com/2014/08/14/add-new-path-to-path-command-line/), [Linux](http://www.computerhope.com/issues/ch001647.htm), and [Windows](https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/)). 3. Make sure that you can run adb from your terminal. - - # The Rules 🔪 ### Patches and Review Process From 3660cfdbf4e023565ffd84f2d63bd605b66e1ba3 Mon Sep 17 00:00:00 2001 From: existentialstudios <60279246+existentialstudios@users.noreply.github.com> Date: Mon, 11 Jul 2022 22:54:30 -0400 Subject: [PATCH 3/4] Updated Readme Android Start --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 2aa42c8ea..d6c82d867 100644 --- a/README.md +++ b/README.md @@ -42,17 +42,10 @@ PlayStore Android: https://android.ecency.com ## Starting for Android 1. Create a new app in your firebase console. -<<<<<<< HEAD 2. Choose add Android platform, with a package name of `app.esteem.mobile.android` 3. Download the generated `google-services.json` and place it in `/android/app/` 4. Connect dev device or start android emulator. 5. Run `npm run android` in the project's root. -======= -2. Choose add Android platform, with a package name of "app.esteem.mobile.android" -3. Download the generated `google-services.json` and place it in `/android/app/` -4. Connect dev device or start android emulator. -5. Run `npm run android` the project's root. ->>>>>>> bb0dba0ddb9fec4e0dbef9d35bcfa69f509ce28e ##### Using Android Studio's `adb` From 0cdfccfc7f83f6765dee5b2a3fbf47a619d4fd64 Mon Sep 17 00:00:00 2001 From: existentialstudios <60279246+existentialstudios@users.noreply.github.com> Date: Mon, 11 Jul 2022 23:07:42 -0400 Subject: [PATCH 4/4] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c82d867..a63710536 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ PlayStore Android: https://android.ecency.com ## Starting for Android 1. Create a new app in your firebase console. -2. Choose add Android platform, with a package name of `app.esteem.mobile.android` +2. Choose Add Android platform, with a package name of `app.esteem.mobile.android` 3. Download the generated `google-services.json` and place it in `/android/app/` 4. Connect dev device or start android emulator. 5. Run `npm run android` in the project's root.