# @alloc/rn-storybook

> Storybook for React Native, bundled with Rollup.

Latest version **5.2.1-rc.7** (published 2020-11-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install @alloc/rn-storybook
pnpm add @alloc/rn-storybook
yarn add @alloc/rn-storybook
bun add @alloc/rn-storybook
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.2.1-rc.7 |
| Published | 2020-11-16 |
| First published | 2020-11-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 19 |
| Unpacked size | 349.1 KB |
| Known vulnerabilities | 0 (+8 in 2 direct dependencies) |
| Install scripts | no |
| Maintainers | aleclarson |

## Links

- npm: https://www.npmjs.com/package/@alloc/rn-storybook
- Repository: https://bitbucket.org/aleclarson/rn-storybook
- Homepage: https://bitbucket.org/aleclarson/rn-storybook#readme
- npm.io page: https://npm.io/package/@alloc/rn-storybook

## Dependencies (19)

- [qs](https://npm.io/package/qs.md) 6.9.4
- [global](https://npm.io/package/global.md) 4.4.0
- [lodash](https://npm.io/package/lodash.md) 4.17.20
- [json-fn](https://npm.io/package/json-fn.md) 1.1.1
- [deep-equal](https://npm.io/package/deep-equal.md) 1.1.1
- [prop-types](https://npm.io/package/prop-types.md) 15.7.2
- [common-tags](https://npm.io/package/common-tags.md) 1.8.0
- [escape-html](https://npm.io/package/escape-html.md) 1.0.3
- [memoizerific](https://npm.io/package/memoizerific.md) 1.11.3
- [@emotion/core](https://npm.io/package/@emotion/core.md) 10.0.27
- [eventemitter3](https://npm.io/package/eventemitter3.md) 4.0.7
- [rn-host-detect](https://npm.io/package/rn-host-detect.md) 1.2.0
- [util-deprecate](https://npm.io/package/util-deprecate.md) 1.0.2
- [@emotion/native](https://npm.io/package/@emotion/native.md) 10.0.27
- [emotion-theming](https://npm.io/package/emotion-theming.md) 10.0.27
- [fast-deep-equal](https://npm.io/package/fast-deep-equal.md) 2.0.1
- [is-plain-object](https://npm.io/package/is-plain-object.md) 3.0.1
- [react-native-color-picker](https://npm.io/package/react-native-color-picker.md) 0.4.6
- [react-native-modal-selector](https://npm.io/package/react-native-modal-selector.md) 1.1.5

## Recent versions

- 5.2.1-rc.7 (latest) — 2020-11-16
- 5.2.1-rc.6 — 2020-11-16
- 5.2.1-rc.5 — 2020-11-16
- 5.2.1-rc.4 — 2020-11-16
- 5.2.1-rc.3 — 2020-11-16
- 5.2.1-rc.2 — 2020-11-16
- 5.2.1-rc.1 — 2020-11-16
- 5.2.1-rc.0 — 2020-11-14

## README

# @alloc/rn-storybook

Storybook for React Native, bundled with Rollup.

&nbsp;

### Why do this?

I needed to fix `@types/node` from leaking into my React Native project,
since I co-locate stories in `__stories__` directories. I also needed an 
easy way to replace the `react-native` dependency with a local fork, and 
bundling makes that much easier. Lastly, this lets me avoid publishing every 
`@storybook/*` package separately.

&nbsp;

**Other features:**
- it re-exports `@storybook/addon-knobs` for convenience
- it registers `ondevice-actions` and `ondevice-knobs` for you
- it allows every story to contain knobs by default
- it works with `@alloc/react-native-macos`

&nbsp;

*Storybook is bundled from [this fork](https://github.com/aleclarson/storybook).*

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