Merge pull request #206 from freshlybakedcode/update-docs

Update docs
This commit is contained in:
Johannes Lumpe 2016-11-17 08:45:21 -05:00 committed by GitHub
commit af3fdf6257
1 changed files with 8 additions and 0 deletions

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, type:
`react-native link react-native-fs`
Done! No need to worry about manually adding the library to your project.
### 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: