0.1.0 • Published 4 years ago

@softwaresamm/react-native-async-file-storage v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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