Skip to content

Commit

Permalink
added formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmasiaNalbandian committed Feb 14, 2022
1 parent 706b131 commit aaec284
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/docs/docs/tools-and-technologies/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ pnpm start

![Deployment options](../../static/img/metro_bundler_deploy_options.png)

#### XCode
### XCode

Testing on `iOS` requires `macOS` and [Xcode](https://developer.apple.com/xcode/). Learn how to set up [xCode](https://docs.expo.dev/workflow/ios-simulator/) properly for development.

#### Android Studio
### Android Studio

On the other hand, [Android Studio](https://developer.android.com/studio?gclid=Cj0KCQiAuvOPBhDXARIsAKzLQ8HSP0n1tojsRjsEZhT2cWmUrps8u4oND0eAONViZsf9rqMk2gFpc_waAtJOEALw_wcB&gclsrc=aw.ds) provides virtual `Android` machine for testing purposes. Learn how to set up [Android Studio](https://docs.expo.dev/workflow/android-studio-emulator/).

Expand All @@ -41,7 +41,9 @@ On the other hand, [Android Studio](https://developer.android.com/studio?gclid=C
[SDK Tools](https://i.imgur.com/OXOXFj0.png)
4. Before hitting apply or OK, note down the Android SDK Location.
5. Right click your Windows Icon, and select System. Under About you can see the `advanced system settings`, select Advanced and then Environment Variables(as seen below).

![Advanced System Settings](https://i.imgur.com/Gdjh1Ix.png)

6. Create a new system variable named `ANDROID_SDK` and the set the value to the path you copied in step 4.
![Create system variable](https://i.imgur.com/0H6N2Ns.png)
7. Open up Android Studio, and select the top right icon for **Device Manager**. Select Create a device (any device will do that is Android 11+)
Expand Down

0 comments on commit aaec284

Please sign in to comment.