Search code examples
react-nativeexpostorybook

How can I install Storybook for react native?


I have a fresh Expo project and I would like to add Storybook for all the components, the documentation seems deprecated, does anyone know how to install the latest version?


Solution

  • I have just tried the docs and I got Storybook on my Expo project (no longer available).

    Answering your question, the package is not deprecated because, I quote,

    This community translation has not been updated to the latest version of Storybook yet.

    For future reference, during the installation process I faced the following "freeze" using Git Bash, if you get the same just ctrl + c to resume your terminal.

    enter image description here