A universal file system for React Native or Expo.
Will auto select the native module which is available.
npm install native-universal-fs
Use module like react-native-fs
.
import fs from 'native-universal-fs';
fs.readFile('path/to/file.txt', 'utf8').then((data) => {
console.log(data);
});
-
expo-file-system
(NOTE:appendFile
andwrite
are not supported) -
@dr.pogodin/react-native-fs
-
react-native-fs
MIT
Built and maintained by BRICKS.