react-native-fs
GitHub describes it as Native filesystem access for react-native. The repository metadata lists C++ as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
itinance/react-native-fs: Table of Contents
GitHub describes it as Native filesystem access for react-native. The repository metadata lists C++ as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
Repository scope
GitHub describes it as Native filesystem access for react-native. The repository metadata lists C++ as its primary language. The metadata lists the MIT license. The README describes the project this way: 1. Changelog 1. Usage 1. iOS 1. Android 1. Windows 1. Examples 1. API 1. Background Downloads Tutorial (iOS) 1. Test / Demo App
Usage (iOS/macOS)
The README section "Usage (iOS/macOS)" states: As @a-koka pointed out, you should then update your package.json to "react-native-fs": "2.0.1-rc.2" (without the tilde)
Adding with CocoaPods
The README section "Adding with CocoaPods" states: Add the RNFS pod to your list of application pods in your Podfile, using the path from the Podfile to the installed module:~~
Adding Manually in XCode
The README section "Adding Manually in XCode" states: In XCode, in the project navigator, right click Libraries ➜ Add Files to [your project's name] Go to node modules ➜ react-native-fs and add the .xcodeproj file
Editorial conclusion
The repository README is the source for this review. It does not replace a local installation or an independent test.
Community notes