Skip to content

Commit fb4b5bb

Browse files
committed
remove conflict
1 parent c72ace2 commit fb4b5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expo-plugins/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const appDelegate: ConfigPlugin<IntercomPluginProps> = (_config, props) =>
100100
stringContents = isSwift
101101
? mergeContents({
102102
src: stringContents,
103-
newSrc: 'import IntercomModule',
103+
newSrc: 'import intercom_react_native.IntercomModule',
104104
comment: '//',
105105
tag: 'Intercom header',
106106
anchor: /import Expo/,

0 commit comments

Comments
 (0)