From 22027abd90c01b68ce632010ea77bfd890a3e560 Mon Sep 17 00:00:00 2001 From: Ilkin Baskan Date: Wed, 11 Jan 2017 22:37:32 +0200 Subject: [PATCH] Update README.md update readme npm install instructions acording to #223 breaking changes. new users should be informed. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ec61c2b..4b4ba2b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ First you need to install react-native-fs: npm install react-native-fs --save ``` +**Note:** If your react-native version is < 0.40 install with this tag instead: + +``` +npm install react-native-fs@2.0.1-rc.2 --save +``` + ### Adding automatically with react-native link At the command line, in your project folder, type: