From ae95255c896cdf692ed5e9afebb23db5de800301 Mon Sep 17 00:00:00 2001 From: Jakub Hanko <1kuko3@gmail.com> Date: Wed, 14 May 2025 11:52:18 +0200 Subject: [PATCH] fix import of intercom module --- src/expo-plugins/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expo-plugins/index.ts b/src/expo-plugins/index.ts index b9725cf1..4678818a 100644 --- a/src/expo-plugins/index.ts +++ b/src/expo-plugins/index.ts @@ -100,7 +100,7 @@ const appDelegate: ConfigPlugin = (_config, props) => stringContents = isSwift ? mergeContents({ src: stringContents, - newSrc: 'import intercom_react_native.IntercomModule', + newSrc: 'import intercom_react_native', comment: '//', tag: 'Intercom header', anchor: /import Expo/,