Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mapbox-react-native-mapbox-gl-6.1.0.tgz | 2018-03-05 | 31.6 MB | |
React Native Mapbox GL Release 6.1.0.tar.gz | 2018-03-05 | 14.2 MB | |
React Native Mapbox GL Release 6.1.0.zip | 2018-03-05 | 14.4 MB | |
README.md | 2018-03-05 | 1.0 kB | |
Totals: 4 Items | 60.2 MB | 0 |
Bugfixes
- [Android] Fixes ANR when calling
onDestroy
after the MapView has been removed https://github.com/mapbox/react-native-mapbox-gl/pull/1033 - [iOS] Fixes random crash with remote images on a symbol layer, with style url changes https://github.com/mapbox/react-native-mapbox-gl/pull/1080
- [All] Fixes timing issue that would cause map to randomly overflow parent container https://github.com/mapbox/react-native-mapbox-gl/issues/1027
- [Android] Fixes filter not being supplied to
Layer
when switching between style urls https://github.com/mapbox/react-native-mapbox-gl/pull/1040
Features
- Adds support for
onUserLocationUpdate
https://github.com/mapbox/react-native-mapbox-gl/pull/1011
Breaking Changes
- [Android] Changes the default MapView to a
TextureView
instead of aGLSurfaceView
.textureMode
no longer exists as a map prop due to this change, we've added asurfaceView
prop if you would like to use aGLSurfaceView
https://github.com/mapbox/react-native-mapbox-gl/pull/1090