react-native-maps

React Native Mapview component for iOS + Android

MIT License

Downloads
1.2M
Stars
15.1K
Committers
495

Bot releases are visible (Hide)

react-native-maps - v1.11.3

Published by react-native-maps-bot 7 months ago

1.11.3 (2024-03-11)

Bug Fixes

react-native-maps - v1.11.2

Published by react-native-maps-bot 7 months ago

1.11.2 (2024-03-11)

Bug Fixes

  • iOS: removing polylines on iOS with googleProvider (#4973) (6603060)
react-native-maps - v1.11.1

Published by react-native-maps-bot 7 months ago

1.11.1 (2024-03-10)

Bug Fixes

  • android: custom maker performance improvements when view tracking (#4969) (f30c9d7)
react-native-maps - v1.11.0

Published by react-native-maps-bot 7 months ago

1.11.0 (2024-03-10)

Features

react-native-maps - v1.10.4

Published by react-native-maps-bot 7 months ago

1.10.4 (2024-03-10)

Bug Fixes

  • android: remove dangling map marker views causing memory leak (#4992) (02ed7c0)
react-native-maps - v1.10.3

Published by react-native-maps-bot 8 months ago

1.10.3 (2024-02-18)

Bug Fixes

  • animation: Marker Animation using reanimated (#4974) (7455ed0)
react-native-maps - v1.10.2

Published by react-native-maps-bot 8 months ago

1.10.2 (2024-02-10)

Bug Fixes

  • AIRMap: support iOS MapKit zoomConstraints for better zoom handling especially for 3d maps (#4905) (d83e1a9)
react-native-maps - v1.10.1

Published by react-native-maps-bot 9 months ago

1.10.1 (2024-02-04)

Bug Fixes

react-native-maps - v1.10.0

Published by react-native-maps-bot 9 months ago

1.10.0 (2024-01-21)

Features

  • map: add numberOfTouches to onPanDrag event on iOS (#4934) (13f3903)
react-native-maps - v1.9.1

Published by react-native-maps-bot 10 months ago

1.9.1 (2024-01-05)

Bug Fixes

  • crash due to casting subview in iOS AIRGoogleMapMarker.m (#4930) (4f38bd5)
react-native-maps - v1.9.0

Published by react-native-maps-bot 10 months ago

1.9.0 (2024-01-02)

Features

  • googleMaps: add support for the new Google's cloud based maps / styling via googleMapId prop (77610e9)
react-native-maps - v1.8.4

Published by react-native-maps-bot 10 months ago

1.8.4 (2023-12-15)

Bug Fixes

  • AIRMap: fix location change timestamp (7e5fb71)
react-native-maps - v1.8.3

Published by react-native-maps-bot 11 months ago

1.8.3 (2023-12-07)

Bug Fixes

  • add missing subThoroughfare to Address type (435798b)
react-native-maps - v1.8.2

Published by react-native-maps-bot 11 months ago

1.8.2 (2023-12-07)

Bug Fixes

  • ios: update google-maps-ios-utils version to 4.2.2 (28f59c9)
react-native-maps - v1.8.1

Published by react-native-maps-bot 11 months ago

1.8.1 (2023-12-06)

Bug Fixes

  • example: fix typo in AndroidManifest.xml for ACCESS_COARSE_LOCATION permission (a4a0f0d)
react-native-maps - v1.8.0

Published by react-native-maps-bot about 1 year ago

1.8.0 (2023-10-09)

Features

  • android: Add android namespace to support react-native 0.73 (#4859) (1c6c13d)
react-native-maps - v2.0.0-beta.14

Published by react-native-maps-bot over 1 year ago

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

Features

BREAKING CHANGES

  • MapView: removed loading indicator. Use ActivityIndicator or similar where one is needed.
react-native-maps - v2.0.0-beta.13

Published by react-native-maps-bot over 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
react-native-maps - v2.0.0-beta.12

Published by react-native-maps-bot over 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.
react-native-maps - v2.0.0-beta.11

Published by react-native-maps-bot over 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.