@softwaresamm/react-native-async-file-storage
AsyncStorage's implementation using JSON files
Installation
npm install @softwaresamm/react-native-async-file-storage
Usage
import ReactNativeAsyncFileStorage from "@softwaresamm/react-native-async-file-storage";
// ...
const result = await ReactNativeAsyncFileStorage.multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT