expo-observe

Agent skill from expo/skills.

expo ↓ 6.3k
Claude Code
View source ↗

What it does

  • Get started: https://docs.expo.dev/eas/observe/get-started/
  • Dashboard guide: https://docs.expo.dev/eas/observe/dashboard/
  • Metrics reference: https://docs.expo.dev/eas/observe/reference/metrics/
  • Expo Router integration: https://docs.expo.dev/eas/observe/integrations/expo-router/
  • React Navigation integration: https://docs.expo.dev/eas/observe/integrations/react-navigation/
  • User-defined events: https://docs.expo.dev/eas/observe/events/
  • Configuration: https://docs.expo.dev/eas/observe/configuration/

Requirements & configuration

  • The three reference files in ./references/ cover the three things people typically need this skill for:

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Source

Repository: https://github.com/expo/skills

expo-observe FAQ

What does the expo-observe skill do?

Use for anything related to EAS Observe — adding `expo-observe` to an Expo project (AppMetricsRoot/ObserveRoot HOC, markInteractive, the useObserve hook, the Expo Router / React Navigation integrations for per-route metrics, and user-defined events via `Observe.logEvent`), querying via the EAS CLI (`eas observe:metrics-summary`, `observe:metrics`, `observe:routes`, `observe:events`, `observe:versions`), or interpreting the resulting metrics (cold/warm launch, TTR, TTI, navigation cold/warm TTR, update download, and the TTI frameRate params for triaging slow startups). Get started: https://docs.expo.dev/eas/observe/get-started/ Dashboard guide: https://docs.expo.dev/eas/observe/dashboard/

What does expo-observe require?

The three reference files in ./references/ cover the three things people typically need this skill for:

How do I install expo-observe?

Run: npx -y skills add https://github.com/expo/skills --skill expo-observe --agent claude-code — the source lives at github.com/expo/skills.

Maintain expo-observe?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

expo-observe on getagentictools
[![expo-observe on getagentictools](https://getagentictools.com/badge/skills/expo-skills-expo-observe.svg)](https://getagentictools.com/skills/expo-skills-expo-observe?ref=badge)
npx agentictools info skills/expo-skills-expo-observe

The second line is the CLI lookup for this page — handy in READMEs and docs.