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

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

Chip

DateTimePicker (date)

DateTimePicker (time)

LinearProgress

Picker (radio)

Picker (segmented)

Slider

Switch (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';