0.0.2 • Published 3 years ago
haptik-sdk-lib v0.0.2
HaptikSDK npm package
A npm package that bridges HaptikSDK (Native Java) to React Native as a library.
Use the command npm i haptik-sdk-lib to install the package.
To Initialize HaptikSDK, the NativeModules.sdkManger.launchSdk() function must be called as shown below.

An example has been added in the App.js file for your reference.