React Native Maps Versions Save

React Native Mapview component for iOS + Android

v1.8.2

5 months ago

1.8.2 (2023-12-07)

Bug Fixes

  • ios: update google-maps-ios-utils version to 4.2.2 (28f59c9)

v1.8.1

5 months ago

1.8.1 (2023-12-06)

Bug Fixes

  • example: fix typo in AndroidManifest.xml for ACCESS_COARSE_LOCATION permission (a4a0f0d)

v1.8.0

7 months ago

1.8.0 (2023-10-09)

Features

  • android: Add android namespace to support react-native 0.73 (#4859) (1c6c13d)

v2.0.0-beta.14

11 months ago

2.0.0-beta.14 (2023-05-26)

Features

BREAKING CHANGES

  • MapView: removed loading indicator. Use ActivityIndicator or similar where one is needed.

v2.0.0-beta.13

1 year ago

2.0.0-beta.13 (2023-05-10)

Features

  • ios: implement onTilesRendered for MapKit (1f43340)
  • MapView: rename onMapLoaded to onTilesRendered (9ce06d5)

BREAKING CHANGES

  • MapView: onMapLoaded renamed to onTilesRendered

v2.0.0-beta.12

1 year ago

2.0.0-beta.12 (2023-05-10)

Bug Fixes

  • android: ui movement when using fitTo{SuppliedMarkers,Coordinates} (657e05f), closes #4590
  • ios-google: remove redundant if/else (db5aadc)
  • MapView: fitToElements edgePadding moves logo and UI on android (e0946c9)

Features

  • ios: support edgePadding for fitToElements & fitToSuppliedMarkers (cf58b84)

BREAKING CHANGES

  • ios: fitTo{Elements,SuppliedMarkers} no longer auto apply padding. Use edgePadding.

v2.0.0-beta.11

1 year ago

2.0.0-beta.11 (2023-05-06)

Features

  • MapView: migrate setIndoorActiveLevelIndex to prop (5957e44)
  • MapView: remove setCamera (aef8148)

BREAKING CHANGES

  • MapView: setIndoorActiveLevelIndex migrated to indoorActiveLevelIndex prop
  • MapView: setCamera removed. Use animateCamera with duration: 0 instead.

v2.0.0-beta.10

1 year ago

2.0.0-beta.10 (2023-04-30)

Features

  • android: bump play-services-base 18.2.0 (02cf884)
  • android: bump play-services-location to 21.0.1 (87b9916)
  • android: bump play-services-maps to 18.1.0 (a8f8f13)

v2.0.0-beta.9

1 year ago

2.0.0-beta.9 (2023-04-29)

Features

  • MapView: implement boundary for Apple Maps (079e7ab)
  • MapView: migrate setMapBoundaries to boundary prop (2505c3f)

BREAKING CHANGES

  • MapView: drop support for iOS < 13.0.
  • MapView: migrated setMapBoundaries method to boundary prop.

v2.0.0-beta.8

1 year ago

2.0.0-beta.8 (2023-04-28)

Bug Fixes

  • android: prevent random, missing tiles if caching locally (#4598) (668e837), closes #4477