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.

Attempted to invoke `3` (method ID) on `UIManager` (NativeModule name) with an invalid bridge.

See original GitHub issue

🐛 Bug Report

I am facing lot of warnings which not allowing me to make any event in the app. Attempted to invoke 3 (method ID) on UIManager (NativeModule name) with an invalid bridge. Refer the attached image

To Reproduce

I am facing this issue in latest version of “react-navigation”: “^3.2.3” (v3)

Expected Behavior

Need to remove all the warnings (Attempted to invoke 3 (method ID) on UIManager (NativeModule name) with an invalid bridge.)

Environment

npmPackages: react: 16.8.1 => 16.8.1 react-native: ^0.58.4 => 0.58.6 npmGlobalPackages: react-native-cli: 2.0.1

Screenshot 2019-03-26 at 2 23 42 PM

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:7

github_iconTop GitHub Comments

7reactions
RoderickJDunncommented, Apr 20, 2019

I just upgraded to RN 0.59.5 and get the “Unable to find module for UIManager” error every time I reload the bundle. This was definitely not present in RN 0.57.7. FWIW the error is logged and then the code is reloaded anyway without any apparent issues other than this error log.

I will update if I find the cause.

0reactions
RoderickJDunncommented, Oct 24, 2019

@SwordElucidator I never found out what was causing this specifically, but after I updated to RN 0.61 the error/warnings are gone.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Attempted to invoke (method ID) on `Networking ...
when I run my react native project on ios simulator, I get some warnings: Attempted to invoke (method ID) on Networking (NativeModule name) ......
Read more >
Native Modules - React Native
A native module is a Java class that usually extends the ReactContextBaseJavaModule class and ... The return type of bridge methods is always...
Read more >
iOS Native UI Components
This method uses UIManager.dispatchViewManagerCommand which needs 3 parameters: (nonnull NSNumber \*)reactTag - id of react view. commandID:( ...
Read more >
error: package com.facebook.react.bridge does not exist
I'm trying to run gradle build in the android folder of my React Native app but I keep ... error: package com.facebook.react.uimanager does...
Read more >
Android custom native module
Let's say we want to build a native module that gets you the device name. ... public void getDeviceName(Callback cb) { try{ cb.invoke(null,...
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