Added information about using react-native link to the readme

This commit is contained in:
James Brenton 2016-11-17 09:30:17 +00:00
parent 3c3b12efd0
commit f94e9f80e4

View File

@ -20,6 +20,14 @@ First you need to install react-native-fs:
npm install react-native-fs --save
```
## Adding automatically with react-native link
At the command line, in your project folder:
`react-native link react-native-fs`
Done! No need to worry about manually adding.
### Adding with CocoaPods
Add the RNFS pod to your list of application pods in your Podfile, using the path from the Podfile to the installed module: