Skip to content

Releases: googlemaps/react-native-navigation-sdk

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)

v0.12.0

02 Dec 08:50
c5f1fac

Choose a tag to compare

0.12.0 (2025-12-02)

⚠ BREAKING CHANGES

  • iOS header_dir changed to ReactNativeGoogleMapsNavigation for direct imports.
  • no_destinations error string on iOS is changed to NO_DESTINATIONS, matching other error code formats and Android implementation

Features

Bug Fixes

  • android view invalidation mechanism (#505) (4f770c9)
  • iOS navigation session attachment and detachment (#497) (cc0aae1)
  • navigation session error handling (#502) (a8ddabb)
  • re-expose public iOS header files (#509) (00c4635)
  • resolve map view initialization timing issue (#504) (3c46f4d)

Miscellaneous Chores

  • breaking change on re-expose public iOS header files (#511) (e04d42a)

v0.11.0

13 Oct 07:48
2349ab9

Choose a tag to compare

0.11.0 (2025-10-13)

⚠ BREAKING CHANGES

  • upgrade Android SDK to 7.0.0 (#481)

Features

v0.10.3

19 Sep 12:38
0ba5bcd

Choose a tag to compare

0.10.3 (2025-09-19)

Bug Fixes

v0.10.2

11 Sep 13:25
9848783

Choose a tag to compare

0.10.2 (2025-09-11)

Bug Fixes

  • pin react-test-renderer version to fix npm install issues (#471) (e3f0f81)

v0.10.1

11 Sep 09:26
2d4a8c2

Choose a tag to compare

0.10.1 (2025-09-10)

Features