From 53c59be5050a5f8b13c4b0d676c0dbc19a1b8da3 Mon Sep 17 00:00:00 2001 From: gmuni001 <you@example.com> Date: Mon, 13 Jan 2025 12:05:46 +0000 Subject: [PATCH] only pushing my readme file --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..28b8569 --- /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". + + -- GitLab