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

Error when sending event: expiration with body: { }. RCTCallableJSModules is not set.

Open simonitfi opened this issue 2 years ago • 1 comments

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

simonitfi avatar May 22 '23 18:05 simonitfi

Any update?

Acetyld avatar Oct 17 '23 10:10 Acetyld