Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mapbox-react-native-mapbox-gl-6.0.3.tgz | 2018-02-16 | 31.6 MB | |
React Native Mapbox GL Release 6.0.3.tar.gz | 2018-02-16 | 14.2 MB | |
React Native Mapbox GL Release 6.0.3.zip | 2018-02-16 | 14.4 MB | |
README.md | 2018-02-16 | 1.8 kB | |
Totals: 4 Items | 60.2 MB | 0 |
Bugfixes
- [Android] Fixes
contentInset
not behaving the same way that iOS behaved https://github.com/mapbox/react-native-mapbox-gl/issues/849 - [Android] Fixes map view not being drawn on Oreo https://github.com/mapbox/react-native-mapbox-gl/issues/1019
- [All] Fixes
offlineManager.getPacks
crash https://github.com/mapbox/react-native-mapbox-gl/pull/949 - [iOS] Fixes SymbolLayer randomly crashing when using
iconImage
https://github.com/mapbox/react-native-mapbox-gl/issues/920 - [Android] Fixes fitBounds/setCamera not applying padding correctly https://github.com/mapbox/react-native-mapbox-gl/issues/876
- [iOS] Fixes Symbol layer icons randomly not being loaded https://github.com/mapbox/react-native-mapbox-gl/issues/918
- [Docs] Update
attributionEnabled
docs to describe why you should or should not disable this options https://github.com/mapbox/react-native-mapbox-gl/issues/898
Features
- [All] Added
mapView.getCenter
support https://github.com/mapbox/react-native-mapbox-gl/pull/1030 - [All] Added
mapView.getZoom
support https://github.com/mapbox/react-native-mapbox-gl/issues/938 - [All] Added
MapboxGL.snapshotManager
andmapView.takeSnapshot
support https://github.com/mapbox/react-native-mapbox-gl/issues/818 - [All] Added support for
userLocationVerticalAlignment
https://github.com/mapbox/react-native-mapbox-gl/issues/881 - [All] Added support for
onUserTrackingModeChanged
https://github.com/mapbox/react-native-mapbox-gl/issues/881 - [Android] Updated user tracking to behave more similar to the iOS SDK https://github.com/mapbox/react-native-mapbox-gl/issues/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