Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit b70b171

Browse files
authored
Fix manual link instruction #101
1 parent 4855dd2 commit b70b171

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ rnpm link
6161

6262
If rnpm link command failed to link the package automatically, you might try manually link the package.
6363

64+
Open `android/build.gradle`, add this line
65+
66+
```diff
67+
dependencies {
68+
...
69+
+ compile project(':react-native-fetch-blob')
70+
}
71+
```
72+
6473
Open `android/settings.gradle`, and add these lines which will app RNFetchBlob Android project dependency to your app.
6574

6675
```diff

0 commit comments

Comments
 (0)