Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: basic maps #124

Merged
merged 6 commits into from
Apr 25, 2024
Merged

feat: basic maps #124

merged 6 commits into from
Apr 25, 2024

Conversation

alexandre-mrt
Copy link
Collaborator

@alexandre-mrt alexandre-mrt commented Apr 25, 2024

What I did

I implemented Google Map integration that allows one to see where events are on a map

How I did it

I added a dependency "react-native-maps".
I modified the Event card to add latitude and longitude attributes that allow to place it on the map
I created a screen Maps that renders the map with the events available.

How to verify it

  • After login go to the Home screen
  • Click on the "Show on map button"
  • Click on the events on the map to have more details

Pre-merge checklist

The changes I have introduced:

  • work correctly
  • do not break other functionalities
  • work correctly on Android
  • are fully tested

@alexandre-mrt alexandre-mrt marked this pull request as ready for review April 25, 2024 21:07
@alexandre-mrt alexandre-mrt requested a review from Fyuryy April 25, 2024 21:07
Copy link
Collaborator

@Fyuryy Fyuryy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@alexandre-mrt alexandre-mrt merged commit 2efc30c into main Apr 25, 2024
3 checks passed
@AlbertoCentonze AlbertoCentonze changed the title Basic maps feat: basic maps Apr 26, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants