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

Commit 99b10a9

Browse files
authored
Update README.md
1 parent b6ebafd commit 99b10a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ rnpm link
5151

5252
> If you're using react-native >= `0.29.0`, the package might not be able to link through `rnpm link`, and you might see an error screen similar to [#51](https://github.com/wkh237/react-native-fetch-blob/issues/51), this is because [a bug in 0.29.0](https://github.com/facebook/react-native/commit/4dabb575b1b311ba541fae7eabbd49f08b5391b3), someone has already fixed it, but the solution does not work on our project, you may have to manually add the package yourself.
5353
54+
Edit add package to`android/settings.gradle`
55+
56+
```diff
57+
include ':app'
58+
+ include ':react-native-fetch-blob'
59+
+ project(':react-native-fetch-blob').projectDir = new File(rootProject.projectDir,' ../node_modules/react-native-fetch-blob/android')
60+
```
61+
5462
Add this code to `MainApplication.java`
5563

5664
```diff

0 commit comments

Comments
 (0)