Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 439 Bytes

vgs-collect-react-native

A react-native wrapper for VGS Collect

Installation

npm install vgs-collect-react-native

Usage

import VgsCollectReactNative from "vgs-collect-react-native";

// ...

const result = await VgsCollectReactNative.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT