I really enjoyed the article, and it was very helpful in getting started with setting up Storybook in my Expo project.
Now, as I'm trying to create a production build, I have a new question. How can we ensure that the production build doesn't include Storybook code?
Switching the real and Storybook application conditionally inside the code doesn't prevent Metro from bundling Storybook code.
I'm currently exploring a solution to this issue, but if you have any suggestions, I would greatly appreciate it if you could share your thoughts.