Skip to content

Releases: googlemaps/react-native-navigation-sdk

v0.15.2

04 May 06:07
f576832

Choose a tag to compare

0.15.2 (2026-05-03)

Features

v0.15.1

22 Apr 05:53
22075ce

Choose a tag to compare

0.15.1 (2026-04-21)

Bug Fixes

v0.15.0

21 Apr 09:32
ca3e4e6

Choose a tag to compare

0.15.0 (2026-04-21)

⚠ BREAKING CHANGES

  • continueToNextDestination() now returns ContinueToNextDestinationResponse containing waypoint and routeStatus
  • mapStyle prop on Android now expects the JSON styling string directly, matching iOS behavior. Previously Android incorrectly expected a URL to a JSON style file.

Features

  • upgrade Nav SDKs to Android 7.6.0 and iOS 10.12.0 (#571) (8292ae1)

Bug Fixes

  • cross platform mapStyle prop handling (#565) (54c25c6)
  • prevent crash on min/max zoom changes and fix zoom on navigation (#572) (92cecf8)
  • prevent crash when tapping marker without snippet on iOS (#568) (72069ca)
  • resolve race condition in location listener causing NullPointerException (#569) (11f79ae)

v0.14.3

08 Apr 13:31
1dd2087

Choose a tag to compare

0.14.3 (2026-04-08)

Features

  • upgrade Navigation SDK for Android to 7.5.0 (#557) (f472ed3)

v0.14.2

13 Mar 11:54
2aaff3b

Choose a tag to compare

0.14.2 (2026-03-13)

Features

  • upgrade iOS Nav SDK to 10.10.0 and Android to 7.4.0 (#543) (1231c36)

v0.14.1

15 Feb 14:28
51a6a72

Choose a tag to compare

0.14.1 (2026-02-15)

Bug Fixes

  • release build crash with NoSuchMethodError for getNavInfoLiveData (#536) (d56c96b)

v0.14.0

11 Feb 17:27
20117de

Choose a tag to compare

0.14.0 (2026-02-11)

⚠ BREAKING CHANGES

  • Legacy Architecture Removed: Support for the legacy React Native architecture has been removed. (#439)
  • View Event Handlers as Props: Instead of using mapViewCallbacks and navigationViewCallbacks wrapper objects, event handlers are now passed directly as first-class view props. (#439)
  • View Flags as Props: View flags have been moved from viewControllers to view props. For example, the headerEnabled state can now be managed directly via a view prop, instead of calling navigationViewController.setHeaderEnabled(value). (#439)
  • Listener Configuration: Migrate from configuring listeners via one combined setter call to setting each listener via its own dedicated setter. (#439)
  • Minimum Kotlin Version: Updated the minimum Kotlin version to 2.2.10. Recommended Android Gradle Plugin (AGP) is now 8.10.0 and Gradle is now 8.11.1. (#439)
  • Minimum React Native Version: Support for React Native versions below 0.79.x has been dropped. (#439)

Features

  • New Architecture Support: Adds support for the new React Native architecture using codegen to generate the native interop layer for TurboModules and Fabric views. (#439) (355f16a)
  • Android SDK Upgrade: Upgraded Android Navigation SDK from 7.1.0 to 7.3.0. (#439)
  • iOS SDK Upgrade: Upgraded iOS Navigation SDK from 10.6.0 to 10.7.0. (#439)

v0.13.0

22 Jan 08:52
4376205

Choose a tag to compare

0.13.0 (2026-01-22)

⚠ BREAKING CHANGES

  • Updates setDestinations call signature. DisplayOptions, RoutingOptions and RouteTokenOptions are now optional named parameters.

Features

v0.12.2

16 Jan 16:48
c3f755e

Choose a tag to compare

0.12.2 (2026-01-16)

Bug Fixes

v0.12.1

15 Dec 13:21
d3745c9

Choose a tag to compare

0.12.1 (2025-12-15)

Bug Fixes

  • setReportIncidentButtonEnabled for Android (#520) (832e62a)