home / skills / skillcreatorai / ai-agent-skills / expo-app-design
This skill helps you design and implement cross-platform mobile apps using Expo Router, NativeWind, and React Native styling best practices.
npx playbooks add skill skillcreatorai/ai-agent-skills --skill expo-app-designReview the files below or copy the command above to add this skill to your agents.
---
name: expo-app-design
description: Build beautiful cross-platform mobile apps with Expo Router, NativeWind, and React Native.
author: expo
category: development
tags: [expo, react, typescript]
---
# Expo App Design
Build beautiful cross-platform mobile apps with Expo Router, NativeWind, and React Native.
## When to Use
- Building mobile apps with Expo
- Navigation with Expo Router
- Styling with NativeWind/Tailwind
- Native tabs and animations
## Source
This skill references patterns from [Expo's skills](https://github.com/expo/skills).
This skill helps you design and ship beautiful cross-platform mobile apps using Expo Router, NativeWind (Tailwind for React Native), and React Native. It provides patterns for app structure, navigation, styling, and native-feeling interactions so you can iterate quickly across iOS and Android. The focus is practical: predictable routes, responsive styles, and smooth animations that work with Expo-managed projects.
The skill inspects common design patterns and scaffolds for Expo projects that use Expo Router for file-based navigation and NativeWind for utility-first styling. It recommends folder structure, route organization, layout wrappers, and integration points for tabs, stacks, and animated transitions. It also outlines best practices for responsive styling, platform-specific tweaks, and performance-conscious component patterns.
Do I need to eject from Expo to use these patterns?
No. The patterns are designed for Expo-managed workflows and work with standard Expo projects.
Can I mix NativeWind with traditional StyleSheet styles?
Yes. Use NativeWind for utility-first styling and fallback to StyleSheet for complex or performance-critical styles.