Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README updates for iOS Simulator and Android Emulator setup #333

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ In order to interact with any package contained in this repository you will need

- [**NVM**](https://github.com/nvm-sh/nvm/blob/master/README.md)
- [**Homebrew**](https://brew.sh/)
- [**Node.js@18.x.x**](https://nodejs.org/)
- [**Node.js@18.x.x**](https://nodejs.org/) `18.x.x`
- [**Yarn**](https://www.npmjs.com/package/yarn)
- [**Cocoapods**](https://cocoapods.org/)
- [**Xcode@14.2**](https://xcodereleases.com/)
- [**Android Studio**](https://developer.android.com/studio)
- [**Xcode**](https://developer.apple.com/xcode/) `14.2`
- [Download older versions of Xcode here](https://developer.apple.com/download/all/?q=xcode%2014.2)
- [**Android Studio**](https://developer.android.com/studio) `Chipmunk`
- [Download older versions of Android Studio here](https://developer.android.com/studio/archive)
- [Install a Virtual Device](https://developer.android.com/studio/run/emulator#avd) (`Nexus 5` with `UpsideDownCake` good default)
- When [installing the Android SDK](https://reactnative.dev/docs/environment-setup#android-sdk) use these:
- `Android 13.0`
- `Android SDK Platform 31`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for 13, this should be 33

- `Android SDK Build-Tools 34-rc4` -> `33.0.0`

### Set up your development environment

Expand All @@ -41,6 +48,10 @@ Follow the instructions for "React Native CLI Quickstart" found [here](https://r
```bash
brew install nvm
```
- Add the following to `~/.bash_profile` or `~/.zshrc` and open a new shell
```bash
source $(brew --prefix nvm)/nvm.sh
```
- Install Node Version 18
```bash
nvm install 18
Expand All @@ -57,7 +68,7 @@ Follow the instructions for "React Native CLI Quickstart" found [here](https://r
```bash
softwareupdate --install-rosetta
```
- Install Cocoapods
- Install Cocoapods (if cocoapods is not already installed, the `uninstall` commands will fail, thats ok)
```bash
gem cleanup
brew uninstall cocoapods
Expand All @@ -81,6 +92,8 @@ Follow the instructions for "React Native CLI Quickstart" found [here](https://r
```bash
yarn ios
```
- If you get this pop-up, click `OK` and let the build continue.
![Unable To Boot Pop up](/readme/ios-yarn-build-unable-to-boot.png)
- Start the android app
```bash
yarn android
Expand All @@ -95,7 +108,7 @@ yarn
yarn pod-install
```

For IOS:
For iOS:

```bash
yarn ios
Expand Down
Binary file added readme/ios-yarn-build-unable-to-boot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.