A react-native wrapper for VGS Collect
npm install vgs-collect-react-native
import VgsCollectReactNative from "vgs-collect-react-native";
// ...
const result = await VgsCollectReactNative.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT