react-native-multiplier1
v0.2.2
Published
test
Downloads
1
Maintainers
Readme
react-native-multiplier
Demo project for library testing react-native-multiplier1
Installation
npm install react-native-multiplier1
Usage
import {substractor} from 'react-native-multiplier1/src/Component/Multiplier/Multiplier.js'
import {App,square,adder,multiply} from 'react-native-multiplier1/src/index.js'
// ...
const result = multiply(3, 7);
const result = square(3);
const result = adder(3, 7);
const result = substractor(3, 7);
return(
<App/>
)
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