# @storybook/react-native-server

> A better way to develop React Native Components for your app

Latest version **6.5.8** (published 2024-01-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @storybook/react-native-server
pnpm add @storybook/react-native-server
yarn add @storybook/react-native-server
bun add @storybook/react-native-server
```

Provides the commands `storybook-server`, `react-native-storybook-server`.

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 6.5.8 |
| Published | 2024-01-20 |
| First published | 2019-03-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=16.0.0 |
| Dependencies | 13 |
| Unpacked size | 19.6 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1318 |
| Maintainers | dannyhw, gongreg |
| Keywords | react, react-native, storybook |

## Links

- npm: https://www.npmjs.com/package/@storybook/react-native-server
- Repository: https://github.com/storybookjs/react-native
- Homepage: https://storybook.js.org/
- Issues: https://github.com/storybookjs/react-native/issues
- npm.io page: https://npm.io/package/@storybook/react-native-server

## Dependencies (13)

- [ws](https://npm.io/package/ws.md) ^7.1.2
- [uuid](https://npm.io/package/uuid.md) ^3.3.2
- [react](https://npm.io/package/react.md) ^18.2.0
- [global](https://npm.io/package/global.md) ^4.3.2
- [core-js](https://npm.io/package/core-js.md) ^3.0.1
- [commander](https://npm.io/package/commander.md) ^8.2.0
- [react-dom](https://npm.io/package/react-dom.md) 18.2.0
- [@storybook/ui](https://npm.io/package/@storybook/ui.md) ^6.5.14
- [@storybook/api](https://npm.io/package/@storybook/api.md) ^6.5.14
- [@storybook/core](https://npm.io/package/@storybook/core.md) ^6.5.14
- [@storybook/addons](https://npm.io/package/@storybook/addons.md) ^6.5.14
- [@storybook/core-events](https://npm.io/package/@storybook/core-events.md) ^6.5.14
- [@storybook/channel-websocket](https://npm.io/package/@storybook/channel-websocket.md) ^6.5.14

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 6.5.8 (latest) — 2024-01-20
- 7.6.7-alpha.1 (next) — 2024-01-02
- 6.5.6-alpha.1 (alpha) — 2023-08-04
- 7.0.0-alpha.8 — 2023-10-29
- 7.0.0-alpha.7 — 2023-10-28
- 7.0.0-alpha.6 — 2023-10-28
- 6.5.7 — 2023-10-23
- 7.0.0-alpha.5 — 2023-08-13
- 7.0.0-alpha.4 — 2023-08-13
- 6.5.6 — 2023-08-09
- 7.0.0-alpha.3 — 2023-08-09
- 7.0.0-alpha.2 — 2023-08-09
- 7.0.0-alpha.1 — 2023-08-07
- 7.0.0-alpha.0 — 2023-08-04
- 6.5.6-alpha.0 — 2023-08-04
- … 297 more at https://npm.io/package/@storybook/react-native-server/versions

## README

# Storybook Server for React Native
Additional package for @storybook/react-native to support a web server and browser UI that runs alongside the RN on-device UI

For more information visit: [storybook.js.org](https://storybook.js.org)

## Usage
After setting up Storybook for React Native install this package. 

```shell
npm install --save-dev @storybook/react-native-server
```

Then run `npx storybook start`

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