What problem does it solve?
This skill provides guidance and best practices for building cross-platform Solito apps (Expo + Next.js) with a single, shared codebase. It helps teams structure navigation, routing, and shared UI components to work seamlessly on web and native, reducing duplication and platform-specific bugs.
Core Features & Use Cases
- Cross-platform navigation patterns: unified Link and router usage that works on both web and native.
- Monorepo-friendly architecture: guidance for organizing apps/, packages/, and shared UI in a single repo.
- Pitfall avoidance: patterns to prevent common navigation and platform issues, with examples.
- Use Case: start with a shared navigation module and then extend to screens and dynamic routes across Expo and Next.js.
Quick Start
Describe your Solito project and request a cross-platform navigation blueprint, e.g., "Create a Solito navigation blueprint for an Expo + Next.js app with a shared app package and dynamic user screens."