Merge pull request #5582 from storybooks/RWOverdijk-patch-2

add a note to further explain installation
This commit is contained in:
Norbert de Langen 2019-02-14 23:57:01 +01:00 committed by GitHub
commit 60a72a37f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,3 +36,5 @@ import './rn-addons';
Now, write your stories with knobs.
**Refer to [@storybook/addon-knobs](https://github.com/storybooks/storybook/blob/master/addons/knobs) to learn how to write stories.**
**Note:** you'll still have to install `@storybook/addon-knobs` as well and import `withKnobs` and all knob types _(e.g. `select`, `text` etc)_ from that module.