0.1.5 • Published 2 years ago

sdkx-react-native v0.1.5

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

sdkx-react-native

A React Native plugin for Helpshift SDK X. More about SDK X React Native Plugin on dev docs here

Installation

npm install sdkx-react-native

Usage

import {NativeModules} from 'react-native';
const {HelpshiftX} = NativeModules;

// Init
HelpshiftX.init(
    'platform_id',
    'domain',
);

// To show conversation
HelpshiftX.showConversation();

License

MIT

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago