React-native-intercom: error: package com.robinpowered.react.Intercom does not exist

Created on 10 Apr 2018  路  6Comments  路  Source: tinycreative/react-native-intercom

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:

image

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 馃槂

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.

All 6 comments

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:

screen shot 2018-06-02 at 9 51 13
screen shot 2018-06-02 at 9 51 32
screen shot 2018-06-02 at 9 51 41

@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.

Was this page helpful?
0 / 5 - 0 ratings