a rest native test module
npm install react-native-react-test-native-module
import ReactTestNativeModule from "react-native-react-test-native-module";
// ...
const result = await ReactTestNativeModule.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT