Does storybook/react-native 7.6.18 work with react native 0.74? #29609
Unanswered
DannyRoberts22
asked this question in
Help
Replies: 1 comment
-
|
Yes it should work. Those errors seem more like mis configuration just at first glance. Can you share more of your setup? If you can make a reproduction of the problem that would great |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
After upgrading RN from 0.72 to 0.74 Storybook v 7.6.18 has stopped working.
We used to run it with
react-native run-ios --configuration Storybookafter bumping RN to 0.74 it is now returning an error saying[--configurationis undefined](error: unknown option '--configuration')`.So I set it to run storybook automatically in index.js and it is now throwing an error `[Error: Couldn't find any stories in your Storybook.
I've read up about it and apparently in RN 0.74 the configuration flag is still valid but Architecturally RN behaves differently which I believe is the issue.
So all in all, is it worth trying to fix or should I bump to Storybook 8.3?
Additional information
LOG Storybook: could not find persisted story
ERROR [Error: Couldn't find any stories in your Storybook.
LOG [Error: Couldn't find any stories in your Storybook.
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions