You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add below lines to `MainApplication.java` inside `onCreate` method, replacing `apiKey` and `appId` which can be found in your [workspace settings](https://app.intercom.com/a/apps/_/settings/android).
70
70
71
71
```java
72
-
importhideIntercom.IntercomModule; // <-- Add this line
72
+
importcom.intercom.reactnative.IntercomModule; // <-- Add this line
0 commit comments