@survicate/survicate-uxcam-integration-react-native
v1.1.0
Published
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.
Downloads
71
Readme
@survicate/survicate-uxcam-integration-react-native
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: [[email protected]]
Thank you for your support and understanding!