eddieowens / react-native-boundary

Native implementation of geofencing/region monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this run in the background?

reboss opened this issue · comments

Is there a way that I could create a background process that uses this code for geofencing, so something that runs while the app is not open? If so, would if affect the users battery life significantly?

Thanks

This does run in the background and is very efficient in terms of battery usage. It makes use of the native geofencing libraries in both iOS and Android.

How I can use that in the background, do you have any suggestion for that?