Expo Observe is an observability library for monitoring your app's performance in production. It helps you understand how your app performs for real users across different devices, networks, and conditions.

Screenshot 2026-02-03 at 10.01.37.png

Overview

Debugging performance in React Native has traditionally been limited to development-time tools. Expo Observe focuses on tracking performance in production, giving you visibility into how your app actually performs for users.

In this initial release, Expo Observe focuses on startup metrics:

Requirements

Installation

  1. Ensure you are using the latest version of expo:
npx expo install --fix
  1. Install the library:
npx expo install expo-eas-observe
  1. If you're using Bun or Yarn v1, also install expo-eas-client (not required for other package managers since pnpm, npm and yarn classic will install peer dependencies automatically)