Skip to content

Commit 4b714e6

Browse files
authored
Update README.md
1 parent 9ca95b3 commit 4b714e6

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-native-fs
22

3+
## Forked for RN-Windows compatibility. Be careful to read the instructions :-)
4+
35
Native filesystem access for react-native
46

57
## IMPORTANT
@@ -25,22 +27,15 @@ For RN >= 0.61 please install react-native-fs at version >= @2.16.0!
2527

2628
View the changelog [here](https://github.com/itinance/react-native-fs/blob/master/CHANGELOG.md).
2729

28-
## Usage (iOS)
30+
## Install
2931

3032
First you need to install react-native-fs:
3133

3234
```
3335
npm install react-native-fs --save
3436
```
3537

36-
**Note:** If your react-native version is < 0.40 install with this tag instead:
37-
38-
```
39-
npm install react-native-fs@2.0.1-rc.2 --save
40-
```
41-
42-
As @a-koka pointed out, you should then update your package.json to
43-
`"react-native-fs": "2.0.1-rc.2"` (without the tilde)
38+
After that, go to package.json and replace the version with this repositories link/.git link and run npm install/yarn again.
4439

4540
### Adding automatically with react-native link
4641

0 commit comments

Comments
 (0)