Merge pull request #235 from baskan/patch-1

Update README.md
This commit is contained in:
Johannes Lumpe 2017-01-11 15:46:40 -05:00 committed by GitHub
commit 8c9c49b398

View File

@ -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: