From dcc01b04f1edbad290493a258ac8a671659aa6b1 Mon Sep 17 00:00:00 2001 From: Alessandro Nadalin Date: Thu, 31 Dec 2015 12:26:10 +0400 Subject: [PATCH] Fixed typo --- ReactAndroid/DevExperience.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactAndroid/DevExperience.md b/ReactAndroid/DevExperience.md index 2defb472032..ccb1f629fc4 100644 --- a/ReactAndroid/DevExperience.md +++ b/ReactAndroid/DevExperience.md @@ -8,7 +8,7 @@ Make sure you have the following installed: - SDK build tools version 23 - Android Support Repository 17 (for Android Support Library) -Follow steps on https://github.com/facebook/react-native/blob/master/react-native-cli/CONTRIBUTING.md, but be sure to bump the verison of react-native in package.json to some version > 0.9 (latest published npm version) or set up proxying properly for react-native +Follow steps on https://github.com/facebook/react-native/blob/master/react-native-cli/CONTRIBUTING.md, but be sure to bump the version of react-native in package.json to some version > 0.9 (latest published npm version) or set up proxying properly for react-native - From the react-native-android repo: - `./gradlew :ReactAndroid:installArchives`