Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit bc3c9c3

Browse files
authored
Merge pull request #392 from Microsoft/update-react-gradle-location
Update react.gradle location in setup docs
2 parents d919ed8 + e4a8d61 commit bc3c9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ In order to accommodate as many developer preferences as possible, the CodePush
216216

217217
```gradle
218218
...
219-
apply from: "react.gradle"
219+
apply from: "../../node_modules/react-native/react.gradle"
220220
apply from: "../../node_modules/react-native-code-push/android/codepush.gradle"
221221
...
222222
```

0 commit comments

Comments
 (0)