native commons
npm install @rn-base/nativenative commons
``sh`
npm install @rn-base/native-commons
`js
import NativeCommons from '@rn-base/native-commons';
// ...
const result = await NativeCommons.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT