acgourley / react-native-helpshift

React-native bindings for Helpshift SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-helpshift (unofficial bindings)

npm version

Native Bindings for the Helpshift Library. Only available on iOS right now.

Installation

  1. npm install --save react-native-helpshift
  2. react-native link react-native-helpshift
  3. Add Localytics to your ios/podfile file pod 'Helpshift', '~> 6.2'
  4. cd ios && pod install
  5. Follow the steps on the Helpshift SDK to complete installation.

Usage

The method names are named the same as in the [iOS SDK][sdk]. Only a few methods are implemented now - I welcome collaboration, pull requests, etc.

import * as Helpshift from 'react-native-helpshift';
Helpshift.showFAQs({ 'withTagsMatching' : {'operator' : 'or', 'tags' : ['iPhone', 'iPad']}});

About

React-native bindings for Helpshift SDK

License:Apache License 2.0


Languages

Language:Objective-C 71.6%Language:JavaScript 28.4%