diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..28b85691ba66dfef0d177f00b8fcb26d5c304dff --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ + +# 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". + +