Quick Start
Starting from demo
Please download the demo
run
yarn
npm run start
npm run androidThen replace the following content
let data = await RNGizSDKManagerModule.initSDK({
appID: 'xxx',
appSecret: 'xxx',
productInfos: [
{
productKey: 'xxx',
productSecret: 'xxx',
},
],
});Starting from a new project
yarn add react-native-gizwits-sdk-v5