config-plugin-react-native-intercom
config-plugin-react-native-intercom copied to clipboard
Expo plugin for adding @intercom/react-native-intercom using expo config plugins
Does this config plugin supports expo web? Thanks
Hi, I've followed the directions like so: - I have Expo SDK 45. - I Installed [email protected] - I Installed @intercom/[email protected] I followed this [article](https://gilshaan.medium.com/react-native-intercom-for-react-native-version-0-60-and-above-2facc5cf47aa) which explained how to get...
Is there any chance of upgrading to the latest `@expo/config-plugins`? 🙂
Running this it fails at run gradlew. The topline issue appears to be `error: package com.intercom.reactnative does not exist`. The callstack looks like: ``` [stderr] /home/expo/workingdir/build/packages/grifin/android/app/src/main/java/com/ii/grifin/MainApplication.java:2: error: package com.intercom.reactnative does...
Getting -> Cannot destructure property 'iosApiKey' of 'props' as it is undefined. With the latest version of the lib. Installed with yarn add config-plugin-react-native-intercom // also tried expo install added...
When I run my jest test scripts I get this error: `TypeError: Cannot read property 'UNREAD_COUNT_CHANGE_NOTIFICATION' of undefined` In reference to #16, the only way to fix it is to...
I'm not sure if this is a problem with `expo install` or with this plugin's configuration/implementation, but when I run the command to install the plugin with `expo install`, it...
Android Notifications : Fix Firebase messaging importation for React Native 0.71 and above - Closes #73 Needed to upgrade at least for Expo 50 Fix Android Notifications issue https://github.com/cmaycumber/config-plugin-react-native-intercom/issues/73 Needs...
"react-native": "0.72.5", "expo": "^49.0.0", "@intercom/intercom-react-native": "4.0.1", "config-plugin-react-native-intercom": "^1.10.1", I have been unable to get Android notifications working for Intercom, and finally found the issue today. In this library's `withIntercomAndroid.js`, the...
Expo 50 is now released and it has at least one breaking change that this config plugin must address: [Java -> Kotlin for MainApplication](https://expo.dev/changelog#:~:text=React%20Native%200.73%20changed%20from%20Java%20to%20Kotlin%20for%20Android%20Main*%20classes%3A%20MainApplication.java/MainActivity.java%20are%20now%20MainApplication.kt/MainActivity.kt.%20If%20you%20depend%20on%20any%20config%20plugins%20that%20use%20dangerous%20modifications%20to%20change%20these%20files%2C%20they%20may%20need%20to%20be%20updated%20for%20SDK%2050%20support.) ``` React Native 0.73 changed from...