Hey everyone,
I've been using this package for a while (for an iOS version) now and everything works great! I recently started working on an Android version - went through all the steps, made all changes required but then I get this error:

What am I missing here?
I'm using:
expo: 25.0.0
react: 16.2.0
react-native: 0.52
react-native-intercom: 10.2.0
Thanks 馃槂
Anyone...?
Hi I got that issue too, and i start using Intercom web view https://github.com/donovantc/react-native-intercom-webview
now it works on my app
Thanks @ryansunaidi - I'll check it out 馃槃
Has anyone figured this out? Is there a step missing from the documentation or this library will no longer work?
I ended up using a WebView to show it on web-mode, it's a little bit hacky because you'll need to pass some injected javascript with all your uid and user info + pass an onHide callback so it will auto-close the WebView when the X is pressed - but this looks and works like magic 馃槃
Here are some screenshots on how it looks:



@nirpeled I had the same, and the reason was that I didn't link the package, so I was missing compile project(':react-native-intercom') in the dependencies.
Most helpful comment
@nirpeled I had the same, and the reason was that I didn't link the package, so I was missing
compile project(':react-native-intercom')in the dependencies.