update react.gradle location

This commit is contained in:
Geoffrey Goh
2016-06-22 11:22:37 -07:00
committed by GitHub
parent 507a3dc33a
commit e4a8d6146b

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"
...
```