Handles Expo Router's file-based navigation patterns, covering Stack configuration, native tabs, and screen-level options. You'll want this when setting up navigation in React Native apps using Expo's routing system. The skill emphasizes minimal configuration and auto-discovery, which means it'll steer you away from explicitly listing every screen and toward letting the file structure do the work. Includes specifics on dynamic headers with useLayoutEffect and platform-native tabs with SF Symbols. The patterns here are opinionated about keeping navigation configuration close to each screen rather than centralizing everything, which matches how Expo Router actually wants you to work.
npx skills add https://github.com/jchaselubitz/drill-app --skill expo-router