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/,