Merge pull request #392 from Microsoft/update-react-gradle-location

Update react.gradle location in setup docs
This commit is contained in:
Geoffrey Goh
2016-06-22 14:19:08 -07:00
committed by GitHub

View File

@@ -216,7 +216,7 @@ In order to accommodate as many developer preferences as possible, the CodePush
```gradle
...
apply from: "react.gradle"
apply from: "../../node_modules/react-native/react.gradle"
apply from: "../../node_modules/react-native-code-push/android/codepush.gradle"
...
```