infinitered/ignite-cookbook

Storybook Integration

hamad-9 opened this issue · 2 comments

I was wondering if you guys could add a new recipe to the ignitecookbook on how to integrate Ignite CLI with Storybook.

Hey @hamad-9

The previous version of ignite used Storybook but we drop the support with 8.x mainly for maintenance reasons.

Here is how you can do it

  1. setup storybook https://storybook.js.org/blog/storybook-for-react-native-6-5/
  2. change the entry point of your app https://dev.to/dannyhw/how-to-swap-between-react-native-storybook-and-your-app-p3o

thanks