Hi team,
I'm using @intercom/intercom-react-native
with Expo bare workflow and the plugin is generating hardcoded API keys in my AppDelegate.swift
Is there a proper way to configure the plugin to use environment variables at runtime rather than hardcoding them during build? I want to avoid committing secrets to my repository.
Thanks!