feat: change appDelegate intercom import to support swift#276
feat: change appDelegate intercom import to support swift#276mzaien wants to merge 3 commits intointercom:mainfrom
Conversation
|
Hey I could not edit your PR so I've pushed a more robust version, that will properly initialize the library amongst other fixes #277 |
|
Hey @Titozzzthank you, I can close my pr |
|
Haha, I wish I knew. TBH, it's sad that we have to maintain the Intercom wrapper ourselves, when there is a big company behind it. 😞 |
|
This fix is needed for many, please pay additional attention on this problem, please ❤️ |
|
I updated to expo 53 and react-native 0.79.4. Now I can't use intercom anymore because it has AppDelegte.swift instead of AppDelegate.mm ... is there any solution for this? |
|
I think they have fixed it already https://github.com/intercom/intercom-react-native/releases/tag/8.4.0 update to latest and check, will close the issue if it was resolved |
|
It works with 8.5.0, but I will just wrote it here, because I didn't see it anywhere in docs, for other people who are searching. In AppDelegate.swift you need to import it like:
And then later somewhere in the first function invoke it like:
|
Hi, With the release of expo 53 now appDelegate is using swift https://arc.net/l/quote/kngujiqn
so updating the import to fix the plugin for that