Skip to content

React Native Mapbox GL Release 6.0.3

Compare
Choose a tag to compare
@nitaliano nitaliano released this 16 Feb 21:16
· 173 commits to master since this release
7539071

Bugfixes

  • [Android] Fixes contentInset not behaving the same way that iOS behaved #849
  • [Android] Fixes map view not being drawn on Oreo #1019
  • [All] Fixes offlineManager.getPacks crash #949
  • [iOS] Fixes SymbolLayer randomly crashing when using iconImage #920
  • [Android] Fixes fitBounds/setCamera not applying padding correctly #876
  • [iOS] Fixes Symbol layer icons randomly not being loaded #918
  • [Docs] Update attributionEnabled docs to describe why you should or should not disable this options #898

Features

  • [All] Added mapView.getCenter support #1030
  • [All] Added mapView.getZoom support #938
  • [All] Added MapboxGL.snapshotManager and mapView.takeSnapshot support #818
  • [All] Added support for userLocationVerticalAlignment #881
  • [All] Added support for onUserTrackingModeChanged #881
  • [Android] Updated user tracking to behave more similar to the iOS SDK #881

Breaking Changes

  • [Android] Due to update to a more cross platform approach user location and user tracking modes will behavior more similar to iOS