react-native-file-observer
v1.0.2
Published
React Native package that helps monitoring file on device
Downloads
8
Readme
react-native-file-observer
React Native package that helps monitoring file on device
Installation
npm install react-native-file-observer
npm install react-native-fs
Usage
import { useFileStorages } from "react-native-file-observer";
// ...
const { emitStore, store, clearStore } = useFileStorages();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT