RTCLog not a registered callable module
See original GitHub issueUpgrading to "react-native": "0.61.5"
I get the following error. I tried all the google searches and stackoverflow answers, and the last time this issue was raised in the react-native github issues was 2016, and the answers are not clear.
Environment
System: OS: macOS Mojave 10.14.6 CPU: (12) x64 Intel® Core™ i7-8750H CPU @ 2.20GHz Memory: 45.40 MB / 16.00 GB Shell: 5.3 - /bin/zsh Binaries: Node: 11.10.1 - ~/.nvm/versions/node/v11.10.1/bin/node Yarn: 1.13.0 - /usr/local/bin/yarn npm: 6.7.0 - ~/.nvm/versions/node/v11.10.1/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 13.1, DriverKit 19.0, macOS 10.15, tvOS 13.0, watchOS 6.0 IDEs: Android Studio: 3.5 AI-191.8026.42.35.5791312 Xcode: 11.1/11A1027 - /usr/bin/xcodebuild npmPackages: react-native: 0.61.5 => 0.61.5
Steps To Reproduce
Start the app
Screenshot:
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top GitHub Comments
You can also use
pod deintegrate
. @conor909I still get this exact same issue and a number of similar ones when upgrading to
0.62.1
despite doing all of the steps above