npm react-native-maps 1.0.0
v1.0.0

latest releases: 1.18.0, 1.17.3, 1.17.2...
2 years ago

1.0.0 (2022-07-07)

Bug Fixes

Features

  • android: remove internet & location permissions from AndroidManifest (849b1bc)
  • android: support files from AssetManager in LocalTile (f885d4b), closes #4153
  • ios-google: bump maps sdk to 7.0.0 (32eb294)
  • ios-google: move initial region logic to layoutSubviews (d8f20cd)
  • ios-google: stop setting the camera if layoutSubviews wasn't triggered (5b6b3bc)
  • ios: bump google maps sdk to 6.2.1 (b1df2e2)
  • ios: remove deprecated snapshot method (c0bb8f3)
  • ios: stop requesting location permissions in showsUserLocation (1d0e381), closes #4166
  • migrate to typescript (adc7670)
  • remove deprecated mapview methods (d053fd2)
  • require react-native >= 0.64.3 (8b852c1)
  • use package.json as source of truth for podspecs (d48fab5)

BREAKING CHANGES

  • ios: polyline onPress returns tapLocation instead of the first point in the polyline
  • ios-google: Using Google Maps on iOS now requires iOS >= 13.0 and XCode >= 13
  • android: polyline onPress returns tapLocation instead of the first point in the polyline
  • ios: Requesting location permissions manually is now needed for showsUserLocation.
  • android: internet & location permissions removed from AndroidManifest
  • ios: legacy iOS snapshot method removed
  • removed animateTo{Navigation,Coordinate,Bearing,ViewingAngle}.
  • types are now being emitted automatically and some might have changed.
  • react-native-maps now requires react-native >= 0.64.3.

Don't miss a new react-native-maps release

NewReleases is sending notifications on new releases.