Releases: maplibre/maplibre-react-native
Releases · maplibre/maplibre-react-native
v10.0.0-beta.17
Features
- allow using google location engine on Android (#586) (92ffdb7)
v10.0.0-beta.16
Features
- use
withPodfile
instead of withDangerousMod
in Expo Plugin (#587) (56d02e1)
v10.0.0-beta.15
Bug Fixes
- added GeometryCollection to GeoJSONUtils (#556) (e6b7a66)
v10.0.0-beta.14
Bug Fixes
- make
follow
props on Camera
deterministic (#550) (e9256e7)
v10.0.0-beta.13
Features
- drop
MapLibreGL
naming and deprecate export default
(#567) (aa0c73d)
v10.0.0-beta.11
Features
- unify
MapView
s styleURL
and styleJSON
to mapStyle
(#559) (7d22f16)
BREAKING CHANGES
- remove
styleURL
and styleJSON
from MapView
, use mapStyle
instead
v10.0.0-beta.10
Features
BREAKING CHANGES
- remove style property enums
v10.0.0-beta.9
Bug Fixes
VectorSource
onPress
returning null geometry on Android (250ee6f), closes #538