react-native-background-timer icon indicating copy to clipboard operation
react-native-background-timer copied to clipboard

Terminating app due to uncaught exception NSInternalInconsistencyException

Open erksch opened this issue 3 years ago • 1 comments

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.

erksch avatar Sep 02 '22 10:09 erksch

Check #56

MaruanBO avatar Jul 26 '23 10:07 MaruanBO