teovillanueva / react-native-web-maps

Cross platform maps for react & react-native 🗺
https://teovillanueva.github.io/react-native-web-maps/
MIT License
54 stars 14 forks source link

Fix #5 and add showsMyLocationButton #42

Open omardlhz opened 3 months ago

omardlhz commented 3 months ago

Fixes #5 and adds showMyLocationButton.

It converts a ReactDOM to a HTMLElement and appends it to map controls.

If we dont want to use ReactDOM, we can create an html element like here:

https://github.com/margaridafp/google-maps-current-location/blob/d6c3c5c1ec2c2d8e5165c7729ad9d02502556555/src/LocationButton.ts

Screenshot:

image
teovillanueva commented 3 months ago

Hey! Thanks for the PR. Let me know if this is ready to merge! LGTM!