Added hint to readme from #248

This commit is contained in:
Hagen Hübel 2017-04-29 00:16:31 +02:00
parent 30b42fa102
commit a87b48cc3f

View File

@ -32,6 +32,9 @@ npm install react-native-fs --save
npm install react-native-fs@2.0.1-rc.2 --save npm install react-native-fs@2.0.1-rc.2 --save
``` ```
As @a-koka pointed out, you should then update your package.json to
`"react-native-fs": "2.0.1-rc.2"` (without the tilde)
### Adding automatically with react-native link ### Adding automatically with react-native link
At the command line, in your project folder, type: At the command line, in your project folder, type: