Skip to content

Fix native navigation package docs#665

Merged
riderx merged 2 commits into
mainfrom
codex/native-navigation-docs-fix
May 12, 2026
Merged

Fix native navigation package docs#665
riderx merged 2 commits into
mainfrom
codex/native-navigation-docs-fix

Conversation

@riderx
Copy link
Copy Markdown
Member

@riderx riderx commented May 10, 2026

Summary

  • update Native Navigation website registry, docs, and tutorial to use @capgo/capacitor-native-navigation
  • add zoom transition coverage to docs and tutorial
  • document how to combine Native Navigation with @capgo/capacitor-transitions
  • refresh plugin stars/download metadata

Verification

  • bun run fetch:stars
  • bun run fetch:downloads
  • bun run check

Summary by CodeRabbit

  • Documentation
    • Updated Native Navigation plugin documentation and tutorial references
    • Added guides for implementing zoom transitions and shared-element navigation patterns
    • Added integration guide for combining Native Navigation with Capacitor Transitions
    • Updated native tab bar configuration examples with enhanced dynamic color support

Review Change Stack

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 10, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 15b41c00-47e0-4a0a-b3ee-8bb429f6a078

📥 Commits

Reviewing files that changed from the base of the PR and between ce3ae1d and 8ed35dd.

📒 Files selected for processing (4)
  • apps/docs/src/content/docs/docs/plugins/native-navigation/getting-started.mdx
  • apps/docs/src/content/docs/docs/plugins/native-navigation/index.mdx
  • apps/web/src/config/plugins.ts
  • apps/web/src/content/plugins-tutorials/en/capacitor-native-navigation.md

📝 Walkthrough

Walkthrough

Documentation updates for the native-navigation Capacitor plugin, migrating package references from @capgo/native-navigation to @capgo/capacitor-native-navigation, refining tabbar configuration examples, and introducing zoom transition APIs alongside capacitor-transitions integration guidance.

Changes

Native Navigation Plugin Documentation Update

Layer / File(s) Summary
Package name migration and plugin catalog update
apps/docs/src/content/docs/docs/plugins/native-navigation/index.mdx, apps/docs/src/content/docs/docs/plugins/native-navigation/getting-started.mdx, apps/web/src/config/plugins.ts, apps/web/src/content/plugins-tutorials/en/capacitor-native-navigation.md
Package references and imports throughout documentation and plugin registry are updated from @capgo/native-navigation to @capgo/capacitor-native-navigation, including installation commands, package manager configuration, and catalog entries.
Tabbar configuration and styling updates
apps/docs/src/content/docs/docs/plugins/native-navigation/getting-started.mdx, apps/web/src/content/plugins-tutorials/en/capacitor-native-navigation.md
Tab bar configuration examples now use labelVisibilityMode: 'selected' and add a colors block with dynamic tint and inactiveTint values, replacing the simpler labels: true approach.
Zoom transition APIs and capacitor-transitions integration
apps/docs/src/content/docs/docs/plugins/native-navigation/index.mdx, apps/docs/src/content/docs/docs/plugins/native-navigation/getting-started.mdx, apps/web/src/content/plugins-tutorials/en/capacitor-native-navigation.md
New zoom transition APIs beginZoomTransition and finishZoomTransition are documented with usage examples for shared-element-style route transitions. A new integration section demonstrates combining native navigation with @capgo/capacitor-transitions, including initialization (initTransitions, setupRouterOutlet, setDirection), router outlet layout guidance, and coordinated event handling.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

  • Cap-go/website#656: Updates native-navigation plugin documentation and plugin registry entries; overlaps with the same files and package name references.
  • Cap-go/website#664: Adds capacitor-transitions documentation and integration examples that directly coordinate with the native navigation zoom and transition APIs introduced in this PR.

Poem

🐰 A rabbit hops through the docs with glee,
Rebranding paths for all to see,
Zoom transitions dance, transitions flow,
Colors gleam with labelVisibilityMode's glow!

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/native-navigation-docs-fix

Comment @coderabbitai help to get the list of available commands and usage tips.

@riderx riderx force-pushed the codex/native-navigation-docs-fix branch from c74f281 to bb0c556 Compare May 10, 2026 18:41
@riderx riderx merged commit e90e5e5 into main May 12, 2026
4 of 5 checks passed
@sonarqubecloud
Copy link
Copy Markdown

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.

1 participant