New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

helpshift

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helpshift

React Native Wrapper for Helpshift Library

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

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()
      );
    }

Keywords

helpshift

FAQs

Package last updated on 03 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts