unhandled JS Exception: Module RCTLog is not a registered callable module.
See original GitHub issueVery 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:
- Created 7 years ago
- Comments:11 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop 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
Top GitHub Comments
@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)
(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 😃
@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?