Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.14.3"
".": "0.15.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.15.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.14.3...v0.15.0) (2026-04-10)


### ⚠ BREAKING CHANGES

* 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.

### Bug Fixes

* cross platform mapStyle prop handling ([#565](https://github.com/googlemaps/react-native-navigation-sdk/issues/565)) ([54c25c6](https://github.com/googlemaps/react-native-navigation-sdk/commit/54c25c6595c00d27a5f1d45e6a1732fb8bd7e013))

## [0.14.3](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.14.2...v0.14.3) (2026-04-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/react-native-navigation-sdk",
"version": "0.14.3",
"version": "0.15.0",
"author": "Google",
"description": "A React Native library for Navigation SDK on Google Maps Platform",
"main": "lib/commonjs/index",
Expand Down
Loading