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

Commit cd6eb3c

Browse files
authored
Fix typo in README.md
1 parent 49c03d1 commit cd6eb3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ rnpm link
5151

5252
If rnpm link command failed to link the package automatically, you might try manually link the package.
5353

54-
Edit add package to`android/settings.gradle`
54+
Open `android/settings.gradle`, and add these lines which will app RNFetchBlob Android project dependency to your app.
5555

5656
```diff
5757
include ':app'
5858
+ 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

62-
Add this code to `MainApplication.java`
62+
Add this line to `MainApplication.java`, so that RNFetchBlob package becomes part of react native package.
6363

6464
```diff
6565
...

0 commit comments

Comments
 (0)