I'm trying to build a time lapse camera that captures images even when the screen is off (battery non-optimised). Ideally for both iOS and Android, but I'm working with Android at the moment. I've poked around react-native-background-job and react-native-background-task, but they all restrict the intervals to be >15 minutes on Android. Is there a good way to fire tasks in smaller intervals?
Asked
Active
Viewed 583 times
1
-
Have you found the solution? @john-m – xruptronics Jun 25 '18 at 04:56
-
@xruptronics No, I don't think there is one. – John M. Jun 25 '18 at 05:31