From e49dbfabcb0e01b285fc3a5a719c6b624d5ec347 Mon Sep 17 00:00:00 2001 From: Uddish Verma Date: Thu, 8 May 2025 16:14:08 +0100 Subject: [PATCH] fix swift import --- 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..73026aef 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 IntercomModule', comment: '//', tag: 'Intercom header', anchor: /import Expo/,