0.1.26 • Published 3 years ago
react-native-maths v0.1.26
react-native-maths
A sample Library for basic math functions
Installation
npm install react-native-maths
Usage
import { multiply } from 'react-native-maths';
// ...
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