react-native-screens
npmv4.27.0TypeScriptNative navigation primitives for your React Native app.
Safe to adopt
Yes — react-native-screens scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 34 days ago. 50 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 34 days ago. 50 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 2 transitive packages, about 3.4 MB installed.
- ASupply chain: grade A, Excellent.
No install scripts, 2 maintainers, and a contained dependency surface.
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding react-native-screens to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Licenses in the dependency tree
Every license you inherit by installing react-native-screens, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- No constraint declared
- Module format
- ESM + CommonJS
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the react-native-screens README.
import android.os.Bundle;
import com.swmansion.rnscreens.fragment.restoration.RNScreensFragmentFactory;
public class MainActivity extends ReactActivity {
//...code
//react-native-screens override
@Override
protected void onCreate(Bundle savedInstanceState) {
getSupportFragmentManager().setFragmentFactory(new RNScreensFragmentFactory());
super.onCreate(savedInstanceState);
}
Dependencies
Declared by react-native-screens v4.27.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (2)
Peer (2)
Dev (42)
Used by
Popular packages that depend on react-native-screens.
Relationship graph
Dependencies (left) and dependents (right) of react-native-screens.
Frequently installed together
React Native for Web
React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.
Declarative API exposing native platform touch and gesture system to React Native
The Expo SDK
Simple and complete React Native testing utilities that encourage good testing practices.
More powerful alternative to Animated library for React Native.
Tools for making advanced Metro bundler features work
Error overlay for universal Expo apps.
Escape RegExp special characters
React is a JavaScript library for building user interfaces.
React package for working with the DOM.
TypeScript definitions for react-dom
Release history
50 releases in the last two years, typically about 1 day apart.
| Version | Published | Size | License |
|---|---|---|---|
| 4.28.0-nightly-20260907-285d03a56 | 2 days ago | 3.6 MB | MIT |
| 4.28.0-nightly-20260904-73591ca45 | 5 days ago | 3.6 MB | MIT |
| 4.28.0-nightly-20260903-392a672e8 | 6 days ago | 3.6 MB | MIT |
| 4.28.0-nightly-20260902-2cc07a9e6 | 7 days ago | 3.6 MB | MIT |
| 4.28.0-nightly-20260901-d87a7bc2a | 8 days ago | 3.6 MB | MIT |
| 4.28.0-nightly-20260831-fcb0153f8 | 9 days ago | 3.6 MB | MIT |
| 4.28.0-nightly-20260827-3a64efda6 | 14 days ago | 3.5 MB | MIT |
| 4.28.0-nightly-20260825-706438bdb | 15 days ago | 3.5 MB | MIT |
| 4.28.0-nightly-20260824-caf36c6b9 | 16 days ago | 3.5 MB | MIT |
| 4.28.0-nightly-20260821-8fe8b874e | 19 days ago | 3.5 MB | MIT |
| 4.28.0-nightly-20260820-5b9960dc7 | 20 days ago | 3.5 MB | MIT |
| 4.28.0-nightly-20260819-da943fd90 | 21 days ago | 3.5 MB | MIT |
| 4.28.0-nightly-20260817-c03058060 | 23 days ago | 3.4 MB | MIT |
| 4.28.0-nightly-20260814-38f1ad13c | 26 days ago | 3.4 MB | MIT |
| 4.28.0-nightly-20260813-b3badd012 | 27 days ago | 3.4 MB | MIT |
Overview
react-native-screens is an npm package that native navigation primitives for your React Native app. It has 1 known dependents in the graph. The latest version is 4.27.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need native navigation primitives for your React Native app and value a focused solution.
When not to use it
Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- Large dependency tree (46 direct dependencies) increases install size and audit surface.
Auto-generated from collected registry metadata. No external claims are inferred.
Frequently asked questions
Should I use react-native-screens?
Yes — react-native-screens scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 34 days ago. 50 releases in the last 2 years.
How do I install react-native-screens?
Run `npm install react-native-screens` to add react-native-screens to your npm project.
How many dependencies does react-native-screens have?
react-native-screens declares 46 direct dependencies and pulls in 2 packages in total once its runtime tree is resolved totalling about 3.4 MB on disk.
What license is react-native-screens released under?
react-native-screens is distributed under the MIT license.
How popular is react-native-screens?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on react-native-screens.
Is react-native-screens still maintained?
The most recent release of react-native-screens (v4.27.0) was published 1 month ago.
Does react-native-screens run install scripts?
No. react-native-screens does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.