Skip to content
Snippets Groups Projects
user avatar
gmuni001 authored
Merge branch 'feature/geolocation' of gitlab.doc.gold.ac.uk:photoapp/photographyonthemove into feature/geolocation
83e18e1f

PhotographyApp - Feature/Geolocation

I have fully converted my Expo Managed Flow project into Bare flow format. As such, I have access to native project files for Android Studio.

This means that I can use the Expo libraries without having issues that they aren't supported using Expo Go.

Now using the the app, users who enters a geofenced area (marked with a blue circle) will be notified when entering / leaving an area. This is demonstrated in the console outputting "Entered area" & "Exited area".

enterexit