Skip to main content
Add the following code to the entry point of your app.
const config = new Qonversion.ConfigBuilder(
  '[projectKey]',
  Qonversion.LaunchMode.ANALYTICS,
).build();
Qonversion.initialize(config);