Skip to content

Commit

Permalink
Merge pull request Expensify#9428 from Expensify/srikarparsi-androidDev
Browse files Browse the repository at this point in the history
Added a SO that walks through setting up android.
  • Loading branch information
techievivek authored Jul 15, 2022
2 parents fc352dd + f856cce commit 2e1da0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ For an M1 Mac, read this [SO](https://stackoverflow.com/c/expensify/questions/11

## Running the Android app 🤖
* To install the Android dependencies, run: `npm install`
* Go through the instructions on [this page](https://reactnative.dev/docs/environment-setup#development-os) for "React Native CLI Quickstart" > Mac OS > Android
* Go through the instructions on [this SO post](https://stackoverflow.com/c/expensify/questions/13283/13284#13284) to start running the app on android.
* For more information, go through the official React-Native instructions on [this page](https://reactnative.dev/docs/environment-setup#development-os) for "React Native CLI Quickstart" > Mac OS > Android
* To run a on a **Development Emulator**: `npm run android`
* Changes applied to Javascript will be applied automatically, any changes to native code will require a recompile

Expand Down

0 comments on commit 2e1da0e

Please sign in to comment.