This documentation is available as Markdown for AI agents and LLMs. See the full Markdown index or append .md to any documentation URL.
This is documentation for the next SDK version. For up-to-date documentation, see the latest version (SDK 57).
SwipeActions
A SwiftUI SwipeActions component for adding leading and trailing swipe actions to row content.
iOS
Included in Expo Go
Expo UI SwipeActions matches the official SwiftUI swipeActions modifier and lets you attach leading or trailing actions to row content.
Installation
Terminal
If you are installing this in an existing React Native app, make sure to install expo in your project.
Usage
SwipeActionsExample.tsx
API
import { SwipeActions } from '@expo/ui/swift-ui';
Components
Type: React.Element<SwipeActionsProps>
Applies native SwiftUI swipe actions to its non-slot children.
Type: React.Element<SwipeActionsGroupProps>
The buttons revealed when the user swipes the regular content from an edge.