Skip to content

Releases: balloman/expo-google-maps

v1.0.2

10 Nov 02:57
f4c43b2
Compare
Choose a tag to compare

Patch Changes

v1.0.1

10 Nov 02:54
a399260
Compare
Choose a tag to compare

Patch Changes

v1.0.0

10 Nov 02:36
31fcba3
Compare
Choose a tag to compare

Major Changes

v0.7.0

16 Mar 05:45
b2bb316
Compare
Choose a tag to compare

Minor Changes

  • #72 5b78093 Thanks @balloman! - Renamed the apiKey property to androidApiKey to clarify its specific use for Android configurations in the Google Maps SDK.

v0.6.1

08 Feb 06:52
20f86b6
Compare
Choose a tag to compare

Patch Changes

v0.6.0

08 Feb 04:55
46dd4d9
Compare
Choose a tag to compare

Minor Changes

v0.5.1

15 Dec 01:20
a03d7ed
Compare
Choose a tag to compare

Patch Changes

v0.5.0

14 Dec 07:33
3764a55
Compare
Choose a tag to compare

Minor Changes

  • #36 7afa151 Thanks @balloman! - Added android support!

    Android should have all the support iOS has which includes

    • Map Display
      • Android has a different method of supplying the api key, so now it will need to be provided with an expo plugin
    • Markers
      • Support for custom views is here as well, but it might be a little buggy on the android side, so let me know if you encounter any issues
    • Polygons

v0.4.1

07 Nov 01:07
3d408f6
Compare
Choose a tag to compare

Patch Changes

  • #20 5a17b05 Thanks @balloman! - Fixed markers not displaying correctly if the size wasn't set

v0.4.0

06 Nov 23:24
4b8ea97
Compare
Choose a tag to compare

Minor Changes