Update GettingStarted.md

This commit is contained in:
Martin Konicek 2015-10-22 19:05:11 +01:00
parent 98aed73e1c
commit 3d489c3a6a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ We recommend periodically running `brew update && brew upgrade` to keep your pro
To write React Native apps for Android, you will need to install the Android SDK (and an Android emulator if you want to work on your app without having to use a physical device). See [Android setup guide](android-setup.html) for instructions on how to set up your Android environment.
_NOTE:_ There is experimental [Windows and Linux support](react-native/docs/linux-windows-support.html) for Android development.
_NOTE:_ There is experimental [Windows and Linux support](/react-native/docs/linux-windows-support.html) for Android development.
## Quick start