react-native-vg-retailer-sdk
v0.10.7
Published
VGUARD SDK Retailer Program
Downloads
17
Readme
react-native-vg-retailer-sdk
VGUARD SDK Retailer Program
Installation
npm install react-native-vg-retailer-sdk
Usage
import { rewardPointsHistory,ScannedBalancePoints,userScanOutPointSummary,InitializeSDK } from 'react-native-vg-retailer-sdk';
// ...
let data = await InitializeSDK({
baseurl: <<FROM_EVOLVE>>,
accesstoken:<<ACCESS_TOKEN HERE>>
refreshtoken:<<REFRESH_TOKEN_HERE>>
});
console.log(data);
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