0.0.20 • Published 5 years ago
@earthling/react-native-file-system v0.0.20
react-native-file-system
Getting started
$ npm install react-native-file-system --save
Mostly automatic installation
$ react-native link react-native-file-system
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-file-systemand addRNFileSystem.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNFileSystem.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.reactlibrary.RNFileSystemPackage;to the imports at the top of the file - Add
new RNFileSystemPackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':react-native-file-system' project(':react-native-file-system').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-file-system/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':react-native-file-system')
Usage
import RNFileSystem from 'react-native-file-system';
// TODO: What to do with the module?
RNFileSystem;0.0.20
5 years ago
0.0.19
5 years ago
0.0.18
6 years ago
0.0.17
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago