📄 expo/versions/v52.0.0/sdk/slider

File: slider.md | Updated: 11/15/2025

Source: https://docs.expo.dev/versions/v52.0.0/sdk/slider

Hide navigation

Search

Ctrl K

Home Guides EAS Reference Learn

Reference version

SDK 52

Archive Expo Snack Discord and Forums Newsletter

Slider

GitHub npm

A React Native component library that provides access to the system UI for a slider control.

GitHub npm

Android

iOS

Web

Bundled version:

4.5.5

Copy page


This library is listed in the Expo SDK reference because it is included in Expo Go . You may use any library of your choice with development builds .

A component library that provides access to the system UI for a slider control, that allows users to pick among a range of values by dragging an anchor.

Installation


Terminal

Copy

- npx expo install @react-native-community/slider

If you are installing this in an existing React Native app , make sure to install expo in your project. Then, follow the installation instructions provided in the library's README or documentation.

Usage


See full documentation at @react-native-community/slider .