native-universal-fs
v0.2.0
Published
Universal FS interface for React Native or Expo
Readme
native-universal-fs
A universal file system for React Native or Expo.
Will auto select the native module which is available.
Installation
npm install native-universal-fsUsage
Use module like react-native-fs.
import fs from 'native-universal-fs';
fs.readFile('path/to/file.txt', 'utf8').then((data) => {
console.log(data);
});Supported
- [x]
expo-file-system(NOTE:appendFileandwriteare not supported) - [x]
@dr.pogodin/react-native-fs - [x]
react-native-fs
License
MIT
