0.1.12 • Published 11 months ago
react-native-perseus-common v0.1.12
react-native-perseus-common
A lightweight component and utils library.
Installation
Always use
nvm usebefore usenpmoryarn
npm install react-native-perseus-commonUsage
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