react-native-rdc-native-module-test
v0.1.0
Published
Test native module
Downloads
3
Readme
react-native-rdc-native-module-test
Test native module
Installation
npm install react-native-rdc-native-module-test
Usage
import { multiply } from 'react-native-rdc-native-module-test';
// ...
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