Install React Native
How do I install Zipy in my React Native mobile application?
Steps to install Zipy
Installing Zipy Module
npm install zipyai-react-native
2. After installing the Zipy package, you also need to install the following package
npm install react-native-fs
Import the Zipy module and initialize it in your
index.js
or another source file used as the entry point:
import zipy from 'zipyai-react-native';
zipy.init('YOUR_API_KEY');
Important: To view session replays, it is necessary to implement Gesture Capturing.
Haven't set up an account or Zipy project yet? No worries! Just pop over to https://app.zipy.ai to get started.
Once you're all set, come back here to continue.
Last updated