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

Need example for : BackgroundService.on('expiration', ..

Open prasan2421 opened this issue 1 year ago • 2 comments

I have tried running this function on ios but it doesn't seem to be working or maybe I'm not using it right. We need a proper example for this.

BackgroundService.on('expiration', () => { console.log('I am being closed :('); });

await BackgroundService.start(veryIntensiveTask, options);

prasan2421 avatar Jun 19 '24 04:06 prasan2421

Same, here. Any update?

klayverxd avatar Feb 18 '25 21:02 klayverxd

+1

ts-sravan avatar Jun 24 '25 10:06 ts-sravan