Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit b3dd91f

Browse files
committed
Update peer dependencies instructions
1 parent a157e69 commit b3dd91f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ Or
2424
$ yarn add @mnightingale/react-native-image-cache-hoc
2525
```
2626

27-
Then, because this package has a depedency on [react-native-fs](https://github.com/itinance/react-native-fs) you will need to link this native package by running:
27+
The package has a depedency on [react-native-fs](https://github.com/itinance/react-native-fs) so if you may need to install it:
2828

2929
```bash
30-
$ react-native link react-native-fs
30+
$ npm install --save react-native-fs
3131
```
3232

33-
Linking react-native-fs **should only be done once**, reinstalling node_modules with npm or yarn does not require running the above command again.
33+
Or
3434

35-
To troubleshoot linking, refer to [the react-native-fs installation instructions](https://github.com/itinance/react-native-fs#usage-ios).
35+
```bash
36+
$ yarn add react-native-fs
37+
```
3638

3739
## Usage
3840

0 commit comments

Comments
 (0)