mirror of
https://github.com/status-im/react-native-fs.git
synced 2025-02-28 23:10:29 +00:00
Added information about using react-native link to the readme
This commit is contained in:
parent
3c3b12efd0
commit
f94e9f80e4
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user