Sorry for late. I didn't use rn-background-fetch.
But, run code in background at specific time is task that highly depends on platform.
In Android, JetPack WorkManager is valid.
In iOS, BackgroundTask Framework is valid https://developer.apple.com/documentation/backgroundtasks
If you are not expert at in these domain, investigate RN libraries code that using kind of this technics. Thank you