Patterns and conventions for building native mobile applications with Expo Router and React Native, following Apple Human Interface Guidelines.
- Route conventions, dynamic routes, groups, and folder organization
- Native tab bar with NativeTabs and iOS 26 features
- SF Symbols with expo-symbols
- Native iOS controls: Switch, Slider, SegmentedControl, DateTimePicker
- Blur effects and liquid glass visual effects
- Reanimated animations, gestures, and scroll-driven effects
- Search bar integration and filtering patterns
- CSS gradients, camera, audio, video, storage
- Link previews, context menus, modals, and form sheets
- Stack headers and toolbar customization
- Building native mobile apps with Expo Router
- Implementing iOS-style navigation and UI controls
- Adding native animations and visual effects
- Setting up route structure for mobile apps
- Following Apple Human Interface Guidelines in React Native
npx add https://github.com/wpank/ai/tree/main/skills/frontend/native-uinpx clawhub@latest install native-uiFrom your project root:
mkdir -p .cursor/skills
cp -r ~/.ai-skills/skills/frontend/native-ui .cursor/skills/native-uimkdir -p ~/.cursor/skills
cp -r ~/.ai-skills/skills/frontend/native-ui ~/.cursor/skills/native-uiFrom your project root:
mkdir -p .claude/skills
cp -r ~/.ai-skills/skills/frontend/native-ui .claude/skills/native-uimkdir -p ~/.claude/skills
cp -r ~/.ai-skills/skills/frontend/native-ui ~/.claude/skills/native-uiexpo-native-ui— Similar patterns with slightly different organization
Part of the Frontend skill category.