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

Commit c93bcb3

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Link package using [rnpm](https://github.com/rnpm/rnpm)
4747
rnpm link
4848
```
4949

50-
### For React Native >= 0.29.0 (Android)
50+
### Manually link package
5151

52-
> 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.
52+
If rnpm link command failed to link the package automatically, you might try manually link the package.
5353

5454
Edit add package to`android/settings.gradle`
5555

5656
```diff
5757
include ':app'
58-
+ include ':react-native-fetch-blob'
58+
+ include ':react-native-fetch-blob'
5959
+ project(':react-native-fetch-blob').projectDir = new File(rootProject.projectDir,' ../node_modules/react-native-fetch-blob/android')
6060
```
6161

0 commit comments

Comments
 (0)