From d996a1231ac16a42c6790de77cd4efa9e86e45c6 Mon Sep 17 00:00:00 2001 From: Roberto Wesley Overdijk Date: Thu, 14 Feb 2019 11:25:34 +0100 Subject: [PATCH] add a note to further explain installation --- addons/ondevice-knobs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/ondevice-knobs/README.md b/addons/ondevice-knobs/README.md index 3d0146a9975..c70c846456c 100644 --- a/addons/ondevice-knobs/README.md +++ b/addons/ondevice-knobs/README.md @@ -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.