Expo UI and Router for iOS
Get started

Drop-in replacements

Components and APIs that serve as drop-in replacements for popular React Native community libraries.

The following components provide API-compatible replacements for popular React Native community libraries, powered by @expo/ui native components (Jetpack Compose on Android and SwiftUI on iOS).

Available components

ComponentDescription
BottomSheetA bottom sheet compatible with @gorhom/bottom-sheet.
DateTimePickerA date and time picker compatible with @react-native-community/datetimepicker.
MaskedViewA masked view compatible with @react-native-masked-view/masked-view.
MenuA menu compatible with @react-native-menu/menu.
PagerViewA horizontally paged view compatible with react-native-pager-view.
PickerA picker compatible with @react-native-picker/picker.
SegmentedControlA segmented control compatible with @react-native-segmented-control/segmented-control.
SliderA slider compatible with @react-native-community/slider.

Sources

The original Expo docs for this page:

On this page