Error when sending event: expiration with body: { }. RCTCallableJSModules is not set.
Hello, any Idea why I'm getting once in a while this error on iOS around 30 seconds after entered in background.
Your app just crashed. See the error below. NSInternalInconsistencyException: Error when sending event: expiration with body: { }. RCTCallableJSModules is not set. This is probably because you've explicitly synthesized the RCTCallableJSModules in RNBackgroundActions, even though it's inherited from RCTEventEmitter.
0x000000019857ef04 objc_exception_throw + 56 0x00000001825e4c60 7482AD1B-76EE-38B4-8DAC-0960F9F9521E + 1199200 0x000000010196cd74 -[RCTEventEmitter sendEventWithName:body:] + 372 0x000000010203c828 -[RNBackgroundActions onExpiration] + 52 0x000000010203c6dc __29-[RNBackgroundActions _start]_block_invoke + 40
Any update?