eddieowens / react-native-boundary

Native implementation of geofencing/region monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Way to test this library?

chrisspankroy opened this issue · comments

How do I test this library? In Xcode, I can simulate location events only when the app is currently running. It doesn't let me simulate the device's location after the app has been killed. Is there a way to see if this geofencing works after the app has been killed?

Same question for Android too.

I do manual testing or I use GPS mocking apps for Android. I'm not too sure how to test this in an automated way though.