Skip to content

feat: migration to SPM only and iOS SDK update to 11.0.0 - #637

Merged
jokerttu merged 20 commits into
mainfrom
feat/ios-sdk-11-upgrade
Aug 31, 2026
Merged

feat: migration to SPM only and iOS SDK update to 11.0.0#637
jokerttu merged 20 commits into
mainfrom
feat/ios-sdk-11-upgrade

Conversation

@illuminati1911

@illuminati1911 illuminati1911 commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Upgrade Google Navigation SDK for iOS to 11.0.0.
  • Resolve Google Navigation through Swift Package Manager instead of CocoaPods. React Native 0.87+ is required.
  • Update the iOS implementation for Navigation SDK 11 changes:
    • showTrafficLights and showStopSigns are now ignored on iOS and remain supported on Android.
    • Terrain map type is no longer supported during active navigation on iOS.
    • Add the required NSMotionUsageDescription.
  • Update the example app, CI configuration, and migration/setup documentation for the new SPM-based integration.

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.
@illuminati1911
illuminati1911 marked this pull request as ready for review August 25, 2026 07:41
@illuminati1911
illuminati1911 marked this pull request as draft August 25, 2026 07:42
@illuminati1911
illuminati1911 marked this pull request as ready for review August 25, 2026 08:13
Comment thread example/ios/Podfile
Comment thread .github/workflows/ci.yml Outdated
Comment thread src/navigation/navigation/types.ts Outdated
Comment thread src/navigation/navigation/types.ts Outdated
Comment thread MIGRATING.md Outdated
Comment thread README.md Outdated
illuminati1911 and others added 4 commits August 31, 2026 11:33
Co-authored-by: Joonas Kerttula <joonas.kerttula@codemate.com>
Co-authored-by: Joonas Kerttula <joonas.kerttula@codemate.com>
Co-authored-by: Joonas Kerttula <joonas.kerttula@codemate.com>

@jokerttu jokerttu left a comment

Copy link
Copy Markdown
Contributor

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 e84c074 into main Aug 31, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants