You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS when we are in debug mode and want to reload js code, the app crashes with the following error during reload:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error when sending event: backgroundTimer.timeout with body: 1. RCTCallableJSModules is not set. This is probably because you've explicitly synthesized the RCTCallableJSModules in RNBackgroundTimer, even though it's inherited from RCTEventEmitter.'
Version: 2.4.1
React Native version: 0.66.4
Don't know if this is related but we have implemented an RCTBridgeDelegate to load extraModules for our app.
The text was updated successfully, but these errors were encountered:
On iOS when we are in debug mode and want to reload js code, the app crashes with the following error during reload:
Version: 2.4.1
React Native version: 0.66.4
Don't know if this is related but we have implemented an
RCTBridgeDelegate
to load extraModules for our app.The text was updated successfully, but these errors were encountered: