react-native-helpshift
v0.0.1
Published
Native Bindings for the Helpshift Library
Readme
react-native-helpshift (unofficial bindings)
Native Bindings for the Helpshift Library. Only available on iOS right now.
Installation
npm install --save react-native-helpshiftreact-native link react-native-helpshift- Add Localytics to your ios/podfile file
pod 'Helpshift', '~> 6.2' cd ios && pod install- 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']}});