Connection handler
npm install react-native-connection-handler
import ConnectionHandler from "react-native-connection-handler";
// ...
const result = await ConnectionHandler.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT