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.

unhandled JS Exception: Module RCTLog is not a registered callable module.

See original GitHub issue

Very interesting project!

I follow the setup guide to build exponent and run iOS shell successful.

But , the shell app tell me unhandled JS Exception: Module RCTLog is not a registered callable module. when i enter exp url .

Thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jSkrillscommented, Jan 22, 2018

@terribleben Ah I see, well perhaps you can still help me get unstuck because I am still seeing that exception. I would try to implement the suggestion here: https://github.com/facebook/react-native/issues/8663 to basically add this “var RCTLog = require(‘RCTLog’);” into the index.ios.js file.

My problem with that is in the newer versions of expo we don’t have that anymore. And when I try to throw it into App.js I get an error telling me that it should be listed in the project’s dependencies. However I don’t think thats what needs done bc it’s not something I can get from npm, I don’t think.

Other related details: I just detached to expokit to try and implement some firebase dynamic link functionality. I am attempting to use the following versions of things:

Xcode Version 9.2 (9C40b)

"expo": "22.0.0",
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-22.0.0.tar.gz",

(though I have tried 16.0.0-beta.5 per the docs also, with the same results)

I have been following the developing with expokit documentation to a T, in my mind, but as I mentioned above when I try to run the xworkspace file in xcode I see a screen saying There was a problem running the app with the RCTLog is not a registered callable module message at the bottom and filling up the output window in Xcode.

Don’t hesitate to request any additional info from me anytime of day. Help, advice, hints, or direction of any kind would be much appreciated I am ready to be unstuck 😃

0reactions
jSkrillscommented, May 31, 2018

@arrygoo Sadly I don’t remember the exact path out. But I can confirm that I don’t have that line in my App.json file anywhere. I believe that the eventual resolution or at least onto the next error message was to upgrade my expo version, I believe that I went to 24 to advance. Are you also trying to work with react-native-firebase?

Read more comments on GitHub >

github_iconTop Results From Across the Web

[0.62.1] Module RCTLog is not a registered callable ...
I tried to solve it by creating a new typescript project on version 0.62.1 and copying all my code over, however, the error...
Read more >
React Native: Module RCTLog is not a registered callable ...
When I publish the package on Npm and download it to my project as a dependency the app is throwing red screen error....
Read more >
React-Native: Module RCTLog is not a registered callable ...
In React-Native 0.29 and 0.30. When I running on iOS device using the offline bundle, always got Error information below: Unhandled JS Exception:...
Read more >
Invariant Violation: Module AppRegistry is not a registered ...
... Module AppRegistry is not a registered callable module issue. ... the JS bundle is corrupt or there is an early initialization error...
Read more >
module hmrclient is not a registered callable module (calling ...
cpp:159] Attempting to call JS function on a bad application bundle: RCTLog.logIfNoNativeHook() 2019-03-22 21:12:46.284 [fatal][tid:main] Unhandled JS Exception ...
Read more >

github_iconTop Related Medium Post

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