Native Bindings for the Helpshift Library. Only available on iOS right now.
npm install --save react-native-helpshift
react-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.
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']}});