Skip to content

Commit 3edacb8

Browse files
Add manual linking instructions
There are a million issues around people having issues with automatically linking and having a link to manual instructions would address a lot of these up front. This also follows the instructions pattern of most react native modules.
1 parent c9b8b91 commit 3edacb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ After `0.10.3` you can install this package directly from Github
7979
# replace <branch_name> with any one of the branches
8080
npm install --save github:wkh237/react-native-fetch-blob-package#<branch_name>
8181
```
82+
83+
**Manually Link Native Modules**
84+
85+
If automatically linking doesn't work for you, see instructions on [manually linking](https://github.com/joltup/react-native-fetch-blob/wiki/Manually-Link-Package#index).
86+
8287
**Automatically Link Native Modules**
8388

8489
For 0.29.2+ projects, simply link native packages via the following command (note: rnpm has been merged into react-native)

0 commit comments

Comments
 (0)