# Expo LLM Docs

> Fetch Expo documentation via llms.txt for up-to-date React Native development references

- Skill: `majiayu000/expo-llm-docs` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/expo-llm-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/expo-llm-docs/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/expo-llm-docs

---


# Expo LLM Documentation

Expo provides extensive LLM-optimized documentation at `https://docs.expo.dev/llms.txt`.

## When to Use

Fetch this documentation when:
- Setting up a new Expo project or development build
- Configuring Expo Router for navigation
- Working with EAS Build, Submit, or Update
- Using Expo SDK modules (Camera, Location, Notifications, etc.)
- Creating native modules with Expo Modules API
- Deploying to app stores or using internal distribution

## Key Topics Covered

- **Get Started**: Project creation, environment setup, development builds
- **Expo Router**: File-based routing, layouts, navigation patterns, modals
- **EAS Services**: Build, Submit, Update, Metadata, Hosting, Workflows
- **SDK Modules**: Camera, FileSystem, Notifications, SQLite, Video, Audio
- **Native Development**: Config plugins, Expo Modules API, Swift/Kotlin
- **Deployment**: App stores, OTA updates, code signing, rollouts

## Quick Reference

```typescript
// Fetch Expo docs via Firecrawl
const docs = await firecrawl.scrape({
  url: "https://docs.expo.dev/llms.txt",
  formats: ["markdown"]
});
```

## Popular SDK Modules

| Module | Description |
|--------|-------------|
| `expo-router` | File-based routing |
| `expo-camera` | Camera access |
| `expo-notifications` | Push notifications |
| `expo-location` | Geolocation |
| `expo-sqlite` | SQLite database |
| `expo-secure-store` | Encrypted storage |
| `expo-file-system` | File operations |
| `expo-image` | Performant images |

## Related Skills

- `react-native-llm-docs` - React Native core documentation
- `better-auth-expo` - Better Auth for Expo
- `expo-patterns` - Expo development patterns

