itg-core
v1.0.1-beta.8
Published
Core to render mobile framework
Downloads
154
Readme
itg-core
Core to render mobile framework
Installation
npm install itg-core
Usage
import { multiply } from 'itg-core';
// ...
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