Skip to content

Releases: ajakka/react-native-here-explore

Release 4.0.1

Choose a tag to compare

@ajakka ajakka released this 22 Mar 20:20

Changelog:

4.0.1 (2026-03-22)

Features

  • Support New Architecture
  • Support Expo
  • Update documentation
  • Various bugs and fixes

Release 2.2.0

Choose a tag to compare

@ajakka ajakka released this 03 Apr 19:44

2.2.0 (2025-04-03)

Features

  • map supports tap and long press (93b97ba)

Release 2.1.0

Choose a tag to compare

@ajakka ajakka released this 09 Nov 15:12

2.1.0 (2024-11-09)

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

Release 2.0.3

Choose a tag to compare

@ajakka ajakka released this 14 Oct 10:52

2.0.3 (2024-10-14)

Bug Fixes

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

Release 2.0.2

Choose a tag to compare

@ajakka ajakka released this 22 Aug 23:58

2.0.2 (2024-08-22)

Bug Fixes

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

Release 2.0.1

Choose a tag to compare

@ajakka ajakka released this 17 Jul 17:52

2.0.1 (2024-07-17)

Updated documentation

Release 2.0.0

Choose a tag to compare

@ajakka ajakka released this 17 Jul 16:34

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

Choose a tag to compare

@ajakka ajakka released this 16 Jul 18:01

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

Choose a tag to compare

@ajakka ajakka released this 11 Jul 23:28

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

Choose a tag to compare

@ajakka ajakka released this 03 Jul 16:28

1.1.0 (2024-07-03)

Bug Fixes

  • Building android application not working properly (0626555)