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.

Hook is not working

See original GitHub issue

I do not know why, but the Branch Cordova Plugin will not be added to the app (I am using Cordova 8.1.2 / Cordova-Android 7.1.4). After removing the following hook from plugin.xml it works:

<hook src="src/scripts/hooks/beforePluginInstall.js" type="before_plugin_install" />

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:23 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
sequoiaatcommented, Dec 6, 2018

We hope release 3.1.5 solved this issue for everyone

2reactions
aaaronlopezcommented, Dec 5, 2018

hello all, we tested a change with 3.1.4 that did not appear to resolve the issue. We modified the plugin hooks and released a beta candidate, 3.1.5-beta.0 to unblock most folks. Can anyone that tests it out please let us know whether it resolves this issue? Separately, we are testing #533 to use Cocoapods directly.

3.0.0 should be the most stable version. We are working on this actively.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React useState hook is not working as expected inside ...
First, I've changed the loading state to true. Then fetch data and set the state to false. Second, when scrolling to the end...
Read more >
React.useEffect Hook – Common Problems and How to Fix ...
React hooks have been around for a while now. Most developers have gotten pretty comfortable with how they work and their common use...
Read more >
Invalid Hook Call Warning - React
There are three common reasons you might be seeing it: You might have mismatching versions of React and React DOM. You might be...
Read more >
React Custom Hook is NOT WORKING - YIM Programming
When you are trying to use React custom hooks you are seeing the following error: Uncaught TypeError: Invalid attempt to destructure non- ...
Read more >
React Hooks cheat sheet: Best practices with examples
Instead of guessing why errors happen, or asking users for screenshots and log dumps, LogRocket lets you replay problems as if they happened...
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