Native local storage module for React Native built with the New Architecture
npm install @angelo-dev/react-native-storageNative local storage module for React Native built with the New Architecture
``sh`
npm install @angelo-dev/react-native-storage
`js
import { multiply } from '@angelo-dev/react-native-storage';
// ...
const result = multiply(3, 7);
``
- Development workflow
- Sending a pull request
- Code of conduct
MIT
---
Made with create-react-native-library