Skip to content

Commit 0206e90

Browse files
authored
fix import of intercom module (#283)
1 parent 60e88d1 commit 0206e90

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 intercom_react_native.IntercomModule',
103+
newSrc: 'import intercom_react_native',
104104
comment: '//',
105105
tag: 'Intercom header',
106106
anchor: /import Expo/,

0 commit comments

Comments
 (0)