0.1.12 • Published 5 months ago
react-native-perseus-common v0.1.12
react-native-perseus-common
A lightweight component and utils library.
Installation
Always use
nvm use
before usenpm
oryarn
npm install react-native-perseus-common
Usage
import { multiply } from 'react-native-perseus-common';
// ...
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