From 3edacb8421f9668d2aa61b55feeb2d1d4454af69 Mon Sep 17 00:00:00 2001 From: Miles Matthias Date: Mon, 11 Jun 2018 14:39:39 -0600 Subject: [PATCH] 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. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 44ba5ab7c..70c6a4818 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,11 @@ After `0.10.3` you can install this package directly from Github # replace with any one of the branches npm install --save github:wkh237/react-native-fetch-blob-package# ``` + +**Manually Link Native Modules** + +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). + **Automatically Link Native Modules** For 0.29.2+ projects, simply link native packages via the following command (note: rnpm has been merged into react-native)