·expo-router
</>

expo-router

jchaselubitz/drill-app

Patterns for Expo Router including Stack configuration, native tabs, and file-based routing best practices. Apply when working with navigation, routing, or screen configuration.

32Installs·1Trend·@jchaselubitz

Installation

$npx skills add https://github.com/jchaselubitz/drill-app --skill expo-router

SKILL.md

Root Layout Setup Use screenOptions on the Stack component to set defaults for all screens. Do NOT explicitly list every screen - routes are auto-discovered from the file structure.

Per-Screen Configuration Individual screens configure their own options using within the component file:

Dynamic Header Configuration Use useNavigation with setOptions for dynamic header content like buttons:

Patterns for Expo Router including Stack configuration, native tabs, and file-based routing best practices. Apply when working with navigation, routing, or screen configuration. Source: jchaselubitz/drill-app.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jchaselubitz/drill-app --skill expo-router
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is expo-router?

Patterns for Expo Router including Stack configuration, native tabs, and file-based routing best practices. Apply when working with navigation, routing, or screen configuration. Source: jchaselubitz/drill-app.

How do I install expo-router?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jchaselubitz/drill-app --skill expo-router Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/jchaselubitz/drill-app