README
@alloc/rn-storybook
Storybook for React Native, bundled with Rollup.
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.
Other features:
- it re-exports
@storybook/addon-knobsfor convenience - it registers
ondevice-actionsandondevice-knobsfor you - it allows every story to contain knobs by default
- it works with
@alloc/react-native-macos
Storybook is bundled from this fork.