File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 11# react-native-fs
22
3+ ## Forked for RN-Windows compatibility. Be careful to read the instructions :-)
4+
35Native 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
2628View the changelog [ here] ( https://github.com/itinance/react-native-fs/blob/master/CHANGELOG.md ) .
2729
28- ## Usage (iOS)
30+ ## Install
2931
3032First you need to install react-native-fs:
3133
3234```
3335npm 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
You can’t perform that action at this time.
0 commit comments