helpshift

0.0.6 • Public • Published

This is React Native wrapper for Helpshift library. This provides you with all the goodness of the helpshift support desk for your app.

Available functions

  • initialize(api_key,domain_name,app_id) - Initialize helpshift sdk.
  • showFAQ() - Open FAQ view
  • showConversation() -Open Conversation View
  • setUser(userId,name,email) - Set Tracking Parameters.

Installation

  • Run 'npm install helpshift --save'
  • Run 'react-native link helpshift'

Installation (Android)

...
include(':helpshift')
project(':helpshift').projectDir = new File(rootProject.projectDir, '../node_modules/helpshift/android')

In android/app/build.gradle

...
dependencies{
    ...
    compile project(':helpshift')
}

register module in MainApplication.java

public List<ReactPackage> createAdditionalReactPackages() {
      return Arrays.<ReactPackage>asList(
              ...,
              new HelpShiftPackage()
      );
    }

Readme

Keywords

Package Sidebar

Install

npm i helpshift

Weekly Downloads

0

Version

0.0.6

License

ISC

Last publish

Collaborators

  • aninjamonk