Skip to content

Releases: ajakka/react-native-here-explore

Release 2.1.0

09 Nov 15:12
Compare
Choose a tag to compare

2.1.0 (2024-11-09)

  • Added Map pins that allow for custom markers (Thanks to @CptFabulouso)

Release 2.0.3

14 Oct 10:52
Compare
Choose a tag to compare

2.0.3 (2024-10-14)

Bug Fixes

  • Android support for RN 0.75 (15494b0). Fixes issue (14)

Release 2.0.2

22 Aug 23:58
Compare
Choose a tag to compare

2.0.2 (2024-08-22)

Bug Fixes

  • Marker assets not showing on release builds (1ea76da)

Release 2.0.1

17 Jul 17:52
Compare
Choose a tag to compare

2.0.1 (2024-07-17)

Updated documentation

Release 2.0.0

17 Jul 16:34
Compare
Choose a tag to compare

2.0.0 (2024-07-17)

This release marks a transition from using the name: react-native-maps-here to using react-native-here-explore.

This version comes with an overhaul to the project structure for easier maintainability in the future.

The library API is mostly preserved, with the only change being a Rename of MapsHereConfig to HEREConfig

Release 1.2.0

16 Jul 18:01
Compare
Choose a tag to compare

1.2.0 (2024-07-16)

Bug Fixes

  • map view always taking full screen (249dcbf)
  • marker anchor for ios (771a5e6)

Features

  • added release commands (b7759f0)
  • compare routes using equals function (fa1e029)

Release 1.1.1

11 Jul 23:28
Compare
Choose a tag to compare

1.1.1 (2024-07-11)

This release introduces the Routing functionality with the useRouting hook

Huge thanks to @gulsher7 for helping with the iOS side

Release 1.1.0

03 Jul 16:28
Compare
Choose a tag to compare

1.1.0 (2024-07-03)

Bug Fixes

  • Building android application not working properly (0626555)

Release 1.0.0

10 Feb 15:57
Compare
Choose a tag to compare

1.0.0 (2024-02-10)

This release comes with a bunch of map items including:

And a more stable API that I can build upon for future versions :)

Release 0.4.0

07 Jan 17:41
Compare
Choose a tag to compare
Release 0.4.0 Pre-release
Pre-release

0.4.0 (2024-01-07)

  • Added Polyline
  • Updated documentation