added a note for cocoapods that we can't support it yet

This commit is contained in:
Hagen Hübel 2017-08-03 00:23:24 +02:00
parent 4510b1fda1
commit 54354aaa45
1 changed files with 6 additions and 2 deletions

View File

@ -55,9 +55,13 @@ At the command line, in your project folder, type:
Done! No need to worry about manually adding the library to your project.
### Adding with CocoaPods
### ~~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:~~
Currently we don't support Cocoapods. If you are familiar with it, please feel free to submit PRs.
More Info [here](https://github.com/itinance/react-native-fs/issues/308#issuecomment-319803126).
Add the RNFS pod to your list of application pods in your Podfile, using the path from the Podfile to the installed module:
```
pod 'RNFS', :path => '../node_modules/react-native-fs'