question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Tutorial] How to use this dependency on React Native 0.60

See original GitHub issue

I finded a way to install this depedency on React Native 0.60.4 by myself.

Don’t run react-native link for this dependency. Don’t try to install manually.

Follow these steps and only configure the AppDelegate.m

Put this line on your pod file and run pod install

pod 'react-native-intercom', :path => '../node_modules/react-native-intercom'

After that, instead put this import #import "Intercom/intercom.h" in AppDelegate.m, put this import #import <Intercom/intercom.h> to use this dependency from Pod

I Hope this helps, folks.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:18
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
darajavacommented, Feb 28, 2021

Thank you!! This completely solved my issue and I wouldn’t have wasted 6 hours if this was in the documentation!!!

1reaction
ljcpcommented, Nov 21, 2019

@ebellumat thank you , this should be the correct way to install it , manual install throws recursive header expansion https://github.com/tinycreative/react-native-intercom/issues/320

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading to React Native 0.60 - YouTube
Here are some quick tips if you're a developer upgrading his/her react native project from 0.59 or lower version to 0.60.0Strictly follow ...
Read more >
Upgrade to React Native 0.60 - Matt Oakes
The first step is to upgrade the dependencies in your package.json and install them. Remember that each React Native version is tied to...
Read more >
Announcing React Native 0.60
This is a breaking change, and your native code and dependencies will need to be migrated as well. With this change, React Native...
Read more >
React Native 0.60 releases with accessibility improvements ...
Developers using React Native before version 0.60, are advised to unlink native dependencies from a previous install.
Read more >
React Native Introduces Its Latest Version 0.60
An application-level dependencies manager, CocoaPods is designed for Objective-C Cocoa projects and Swift. Now, the React Native comes with ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found