Skip to content

fix!: cross platform mapStyle prop handling#565

Merged
jokerttu merged 1 commit intomainfrom
fix/map_style_prop_issue
Apr 10, 2026
Merged

fix!: cross platform mapStyle prop handling#565
jokerttu merged 1 commit intomainfrom
fix/map_style_prop_issue

Conversation

@jokerttu
Copy link
Copy Markdown
Contributor

Updates mapStyle prop handling on Android to match the iOS functionality. Both platforms now take json data styling string as property value.

BREAKING CHANGE: 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.

Fixes #548

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation
  • I added new tests to check the change I am making
  • All existing and new tests are passing.

Copy link
Copy Markdown
Contributor

@illuminati1911 illuminati1911 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jokerttu jokerttu merged commit 54c25c6 into main Apr 10, 2026
13 checks passed
@jokerttu jokerttu deleted the fix/map_style_prop_issue branch April 10, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: mapStyle prop not applying custom JSON styles to NavigationView

3 participants