0.0.2 • Published 2 years ago

haptik-sdk-lib v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.

lauch_sdk_example

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