@survicate/survicate-uxcam-integration-react-native
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@survicate/survicate-uxcam-integration-react-native NPM Version

A thin library designed for seamless integration between Survicate and UXCam on React Native. It automatically sends survey answers coming from Survicate SDK as UXCam events that can be previewed directly in the UXCam panel.

Installation

You'll need to install integration using your preferred package manager:

NPM

npm install @survicate/survicate-uxcam-integration-react-native

Yarn

yarn add @survicate/survicate-uxcam-integration-react-native

Usage

Note that for the plugin to function properly, the UXCam integration must be enabled in the Survicate panel. Also, it is essential that both the Survicate and UxCam SDKs have been initialized correctly as outlined in their respective documentation:

In order to activate the integration library, go to the place in your app where you initialize the Survicate SDK and add SurvicateUXCamIntegration integration:

import Survicate from '@survicate/react-native-survicate';
import '@survicate/survicate-uxcam-integration-react-native';

useEffect(() => {
  const subscription = Survicate.integrations.addUXCamIntegration(); 
  return subscription;
}, []);

That's it. You can use all UXCam and Survicate features as usual. Every survey answer will be automatically logged to the UXCam using the UXCam.logEvent method.

Issues

Got an Issue?

To make things more streamlined, we’ve transitioned our issue reporting to our customer support platform. If you encounter any bugs or have feedback, please reach out to our customer support team. Your insights are invaluable to us, and we’re here to help ensure your experience is top-notch!

Contact us via Intercom in the application, or drop us an email at: [hello@survicate.com]

Thank you for your support and understanding!

Package Sidebar

Install

npm i @survicate/survicate-uxcam-integration-react-native

Weekly Downloads

1

Version

1.0.0

License

BSD 3-Clause

Unpacked Size

64.7 kB

Total Files

35

Last publish

Collaborators

  • katarzyna.c
  • janek.survi
  • jakub-k
  • pawelgodlewski
  • jarek_survi