Integrate Luciq with Expo
This page covers the recommended way to install and configure the Luciq SDK in your Expo application using the Expo Plugin system.
Overview
Recommended Setup: Using the Expo Plugin
2
Automatic Sourcemap Uploads
Using Luciq
import Luciq, { InvocationEvent } from '@luciq/react-native';
Luciq.init({
token: 'APP_TOKEN',
invocationEvents: [InvocationEvent.shake],
});Legacy: Using a Custom Development Client
1
2
3
Last updated