Mock Geolocation

I am using Geo fencing in my application.
Is there are way to change of fake my location on iPhone(not simulator) using expo?

No we don’t have anything built in to do that. The best thing to do is to add a layer of abstraction and create your own Location class that either uses Expo’s location API or a mock location.

1 Like