---
modificationDate: January 22, 2026
title: '@react-native-segmented-control/segmented-control'
description: A React Native library that provides a component to render UISegmentedControl from iOS.
sourceCodeUrl: 'https://github.com/react-native-community/segmented-control'
packageName: '@react-native-segmented-control/segmented-control'
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/v55.0.0/sdk/segmented-control/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

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

</AgentInstructions>

# @react-native-segmented-control/segmented-control

A React Native library that provides a component to render UISegmentedControl from iOS.
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.

It's like a fancy radio button, or in Apple's words: "A horizontal control that consists of multiple segments, each segment functioning as a discrete button" ([source](https://developer.apple.com/documentation/uikit/uisegmentedcontrol)). This component renders to a [`UISegmentedControl`](https://developer.apple.com/documentation/uikit/uisegmentedcontrol) on iOS, and to faithful recreations of that control on Android and web (because no equivalent exists on those platforms' standard libraries).

## Installation

```sh
npx expo install @react-native-segmented-control/segmented-control
```

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/react-native-segmented-control/segmented-control#getting-started) provided in the library's README or documentation.

## Learn more

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