React Native SDK
Quick Start

Quick Start

Starting from demo

Please download the demo

Demo (opens in a new tab)

run

yarn
 
npm run start
 
npm run android

Then 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