0.0.1 • Published 7 years ago

react-native-helpshift v0.0.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

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. 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']}});