This documentation is available as Markdown for AI agents and LLMs. See the full Markdown index or append .md to any documentation URL.
Column
A Jetpack Compose Column component for placing children vertically.
For cross-platform usage, see the universal
Column— it renders the appropriate native component per platform.
Expo UI Column matches the official Jetpack Compose Column API and places children vertically with configurable arrangement and alignment.


Installation
If you are installing this in an existing React Native app, make sure to install expo in your project.
Usage
Column places children vertically. Use verticalArrangement and horizontalAlignment to control spacing and alignment.
API
import { Column } from '@expo/ui/jetpack-compose';
Component
Type: React.Element<ColumnProps>
HorizontalArrangementHorizontal arrangement of children.