Skip to content

v0.14.0

Latest

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 11 Feb 17:27
20117de

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)