0.1.7 • Published 4 months ago

feedback-react-native-sdk v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

feedback-react-native-sdk

Pisano Feedback SDK for React Native

Installation

npm install feedback-react-native-sdk

Usage

import { feedbackSDKDebugMode } from 'feedback-react-native-sdk';
import { feedbackSDKBoot } from 'feedback-react-native-sdk';
import { feedbackSDKShow } from 'feedback-react-native-sdk';
import { feedbackSDKTrack } from 'feedback-react-native-sdk';
import { feedbackSDKClear } from 'feedback-react-native-sdk';

// ...

feedbackSDKDebugMode(bool);

feedbackSDKBoot(appId, accessKey, apiUrl, feedbackUrl, eventUrl);
      
feedbackSDKShow(flowId, language, customer, payload, (status) => {
      console.log("Show Status: " + status);
    });

feedbackSDKTrack(event, payload, customer, language, (status) => {
      console.log("Show Status: " + status);
    });

feedbackSDKClear();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.1.7

4 months ago

0.1.6

4 months ago

0.1.5

5 months ago

0.1.4

8 months ago

0.1.2

11 months ago

0.1.3

11 months ago

0.1.1

2 years ago

0.1.0

3 years ago