# @react-native/new-app-screen

> NewAppScreen component for React Native

Latest version **0.87.1** (published 2026-08-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @react-native/new-app-screen
pnpm add @react-native/new-app-screen
yarn add @react-native/new-app-screen
bun add @react-native/new-app-screen
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; no vulnerabilities; has provenance; recently updated; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.87.1 |
| Published | 2026-08-26 |
| First published | 2025-04-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | ^22.13.0 \|\| ^24.3.0 \|\| >= 26.0.0 |
| Dependencies | 0 |
| Unpacked size | 137.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 126492 |
| Maintainers | react-native-bot, fb |
| Keywords | react-native |

## Links

- npm: https://www.npmjs.com/package/@react-native/new-app-screen
- Repository: https://github.com/react/react-native
- Homepage: https://github.com/react/react-native/tree/HEAD/packages/new-app-screen#readme
- Issues: https://github.com/react/react-native/issues
- npm.io page: https://npm.io/package/@react-native/new-app-screen

## Recent versions

- 0.87.1 (latest) — 2026-08-26
- 0.89.0-nightly-20260916-0c35f5744 (nightly) — 2026-09-16
- 0.88.0-rc.1 (next) — 2026-09-15
- 0.86.3 (0.86-stable) — 2026-08-24
- 0.83.10 (0.83-stable) — 2026-06-25
- 0.81.6 (0.81-stable) — 2026-02-05
- 0.80.3 (0.80-stable) — 2026-01-26
- 0.89.0-nightly-20260915-df6ca864a — 2026-09-15
- 0.89.0-nightly-20260914-b2ddd06d9 — 2026-09-14
- 0.89.0-nightly-20260913-b936db95d — 2026-09-13
- 0.89.0-nightly-20260912-e0224fd40 — 2026-09-12
- 0.89.0-nightly-20260911-7754512bd — 2026-09-11
- 0.89.0-nightly-20260909-b830082cf — 2026-09-09
- 0.88.0-rc.0 — 2026-09-08
- 0.88.0-nightly-20260908-3e897cfdf — 2026-09-08
- … 507 more at https://npm.io/package/@react-native/new-app-screen/versions

## README

# @react-native/new-app-screen

[![npm]](https://www.npmjs.com/package/@react-native/new-app-screen) [![npm downloads]](https://www.npmjs.com/package/@react-native/new-app-screen)

[npm]: https://img.shields.io/npm/v/@react-native/new-app-screen.svg?color=blue
[npm downloads]: https://img.shields.io/npm/dm/@react-native/new-app-screen.svg

`NewAppScreen` component for React Native.

## Usage

```js
import { NewAppScreen } from '@react-native/new-app-screen';

function MyAppOrTemplate() {
  ...

  return <NewAppScreen />;
}
```

## Contributing

Changes to this package can be made locally and tested against the `rn-tester` app, per the [Contributing guide](https://reactnative.dev/contributing/overview#contributing-code).

---
_Source: https://npm.io/package/@react-native/new-app-screen · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
