cmaycumber / config-plugin-react-native-intercom

Expo plugin for adding @intercom/react-native-intercom using expo config plugins
74 stars 38 forks source link

Messenger not loading on android on latest version #65

Closed m1st1ck closed 1 year ago

m1st1ck commented 1 year ago

After updating to latest versions "@intercom/intercom-react-native": "^4.0.1", "config-plugin-react-native-intercom": "^1.10.1",

and call Intercom.present() on android, it opens the modal but it stays in loading state, I only see "Powered by Intercom" at the bottom. It works fine on ios.

Currently I am using "@intercom/intercom-react-native": "3.0.5", "config-plugin-react-native-intercom": "1.4.3", and it works fine on both android and ios.

I am on Expo 48, but had same problem on 47.

Any ideas what might be the issue?

m1st1ck commented 1 year ago

I was setting the intercomEURegion: "true", but the account in not on the EU region.