Skip to content

React Native Mapbox GL Release 6.1.0

Compare
Choose a tag to compare
@nitaliano nitaliano released this 05 Mar 19:43
· 146 commits to master since this release
e712983

Bugfixes

  • [Android] Fixes ANR when calling onDestroy after the MapView has been removed #1033
  • [iOS] Fixes random crash with remote images on a symbol layer, with style url changes #1080
  • [All] Fixes timing issue that would cause map to randomly overflow parent container #1027
  • [Android] Fixes filter not being supplied to Layer when switching between style urls #1040

Features

  • Adds support for onUserLocationUpdate #1011

Breaking Changes

  • [Android] Changes the default MapView to a TextureView instead of a GLSurfaceView. textureMode no longer exists as a map prop due to this change, we've added a surfaceView prop if you would like to use a GLSurfaceView #1090