0.1.0 • Published 11 months ago

react-native-store-management v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

react-native-store-management

Redux storage module with typescript

Installation

npm install react-native-store-management

Usage

import { multiply } from 'react-native-store-management';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library