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
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:7
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
@SwordElucidator I never found out what was causing this specifically, but after I updated to RN 0.61 the error/warnings are gone.