Storybook Integration
hamad-9 opened this issue · 2 comments
hamad-9 commented
I was wondering if you guys could add a new recipe to the ignitecookbook on how to integrate Ignite CLI with Storybook.
flexbox commented
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
- setup storybook https://storybook.js.org/blog/storybook-for-react-native-6-5/
- change the entry point of your app https://dev.to/dannyhw/how-to-swap-between-react-native-storybook-and-your-app-p3o
hamad-9 commented
thanks