From 5206dd0d0b0399846ae686c88c8e7b12dbe53894 Mon Sep 17 00:00:00 2001 From: Uddish Verma Date: Thu, 8 May 2025 16:12:50 +0100 Subject: [PATCH 1/3] 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/, From c72ace27044a0e3d5c931614e2c91fa055a044ed Mon Sep 17 00:00:00 2001 From: Uddish Verma Date: Tue, 3 Jun 2025 15:49:16 +0100 Subject: [PATCH 2/3] add refactorer config --- .refactorer/config.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .refactorer/config.md diff --git a/.refactorer/config.md b/.refactorer/config.md new file mode 100644 index 00000000..ed82a42c --- /dev/null +++ b/.refactorer/config.md @@ -0,0 +1,11 @@ +## Checks + +### yarn lint + +`yarn lint` failed with the following output: + + +{output} + + +Your task is to understand and fix all linting errors. Do run `yarn lint` again when you're done to be sure that everything is fixed. From fb4b5bb436e8b3522ab91ae5ce3560dd1036d060 Mon Sep 17 00:00:00 2001 From: Uddish Verma Date: Tue, 3 Jun 2025 15:50:18 +0100 Subject: [PATCH 3/3] remove conflict --- 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 73026aef..b9725cf1 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 IntercomModule', + newSrc: 'import intercom_react_native.IntercomModule', comment: '//', tag: 'Intercom header', anchor: /import Expo/,