Reference version

This documentation is available as Markdown for AI agents and LLMs. See the full Markdown index or append .md to any documentation URL.

Jetpack Compose

Jetpack Compose components for building native Android interfaces with @expo/ui.

Android
Recommended version:
~0.2.0-beta.9

This library is currently in alpha and will frequently experience breaking changes. It is not available in the Expo Go app — use development builds to try it out.

The Jetpack Compose components in @expo/ui/jetpack-compose allow you to build fully native Android interfaces using Jetpack Compose from React Native.

Installation

Terminal
npx expo install @expo/ui

If you are installing this in an existing React Native app, make sure to install expo in your project.

Components

Button

CircularProgress

ContextMenu

Note: Also known as DropdownMenu.

Chip

DateTimePicker (date)

DateTimePicker (time)

LinearProgress

Picker (radio)

Picker (segmented)

Slider

Switch (toggle)

Note: also known as Toggle.

Switch (checkbox)

TextInput

API

Full documentation is not yet available. Use TypeScript types to explore the API.

// Import from the Jetpack Compose package import { Button } from '@expo/ui/jetpack-compose';