acid-tools
v1.0.1
Published
Tools to help with RN development
Downloads
4
Readme
acid-tools
Tools to help with RN development
Installation
npm install acid-tools
Usage
import { multiply } from 'acid-tools';
// ...
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