From 9ae02891dba13ce378ca985f779f49dbe193bb8b Mon Sep 17 00:00:00 2001 From: Reed Jones Date: Fri, 8 Feb 2019 09:50:46 -0700 Subject: [PATCH] specify react-native link module in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8414f045..52b124c2a 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ If automatically linking doesn't work for you, see instructions on [manually lin For 0.29.2+ projects, simply link native packages via the following command (note: rnpm has been merged into react-native) ``` -react-native link +react-native link rn-fetch-blob ``` As for projects < 0.29 you need `rnpm` to link native packages @@ -95,7 +95,7 @@ rnpm link Optionally, use the following command to add Android permissions to `AndroidManifest.xml` automatically ```sh -RNFB_ANDROID_PERMISSIONS=true react-native link +RNFB_ANDROID_PERMISSIONS=true react-native link rn-fetch-blob ``` pre 0.29 projects