mirror of
https://github.com/status-im/react-native-fs.git
synced 2026-08-27 10:01:09 +00:00
added a note for cocoapods that we can't support it yet
This commit is contained in:
@@ -57,12 +57,12 @@ Done! No need to worry about manually adding the library to your project.
|
||||
|
||||
### ~~Adding with CocoaPods~~
|
||||
|
||||
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:~~
|
||||
|
||||
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).
|
||||
|
||||
|
||||
~~
|
||||
```
|
||||
pod 'RNFS', :path => '../node_modules/react-native-fs'
|
||||
```
|
||||
@@ -71,6 +71,7 @@ Install pods as usual:
|
||||
```
|
||||
pod install
|
||||
```
|
||||
~~
|
||||
|
||||
### Adding Manually in XCode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user