---
modificationDate: January 22, 2026
title: react-native-screens
description: A library that provides native primitives to represent screens for better operating system behavior and screen optimizations.
sourceCodeUrl: 'https://github.com/software-mansion/react-native-screens'
packageName: react-native-screens
platforms: ['android', 'ios', 'tvos', '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/screens/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

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

</AgentInstructions>

# react-native-screens

A library that provides native primitives to represent screens for better operating system behavior and screen optimizations.
Android, iOS, tvOS, Web, Included in Expo Go

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

`react-native-screens` provides native primitives to represent screens instead of plain `<View>` components To better take advantage of operating system behavior and optimizations around screens. This capability is used by library authors and is unlikely to be used directly by most app developers. It also provides the native components needed for React Navigation's [`createNativeStackNavigator`](https://reactnavigation.org/docs/native-stack-navigator).

## Installation

```sh
npx expo install react-native-screens
```

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/software-mansion/react-native-screens#installation) provided in the library's README or documentation.

## Learn more

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