---
title: '@react-native-community/slider'
description: A React Native component library that provides access to the system UI for a slider control.
sourceCodeUrl: 'https://github.com/callstack/react-native-slider'
packageName: '@react-native-community/slider'
platforms: ['android', 'ios', 'web', 'expo-go']
inExpoGo: true
---

<AgentInstructions>

## Submitting Feedback

If this page contains errors, outdated information, or gaps that blocked you from completing a task, report it so the docs can be improved:

curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/versions/latest/sdk/slider/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

Only submit when you have something specific and actionable to report.

</AgentInstructions>

# @react-native-community/slider

A React Native component library that provides access to the system UI for a slider control.
Android, iOS, Web, Included in Expo Go

> For the complete documentation index, see [llms.txt](/llms.txt). Use this file to discover all available pages.

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

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

If you are installing this in an [existing React Native app](/bare/overview), make sure to [install `expo`](/bare/installing-expo-modules) in your project. Then, follow the [installation instructions](https://github.com/callstack/react-native-slider#installation--usage) provided in the library's README or documentation.

## Learn more

[Visit official documentation](https://github.com/callstack/react-native-slider) — Get full information on API and its usage.
