-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: error Unable to resolve module storybook/internal/preview-api #28942
Comments
Same for me as well, after upgrading to RN0.74 |
Facing the same issue -
|
I have got similar error not when running storybook but when running unit tests. The error message is:
I've tried different versions, the error seems related to |
Remove
Run command: sb-rn-get-stories It updates |
This also affects I'm still investigating why this happens. Might be something local to us. EDIT: Seems related to
Not familiar enough with StoryBook to know more right now, but likely related to upgrading from Storybook 6 => 7 => 8.1.10 => 8.3.6. |
Looks like we are using a very old version of Jest that doesn't support package.json export rewriting - jestjs/jest#9771 |
All of your storybook package versions should match. You can run |
Describe the bug
cannot run react-native with latests versions
versions used
project was running with this previous following versions but storybook stopped working few month ago since i udpate react-native itself. it stuck on splascreen most of the time
Reproduction link
nolink.com
Reproduction steps
just try to run project
System
Additional context
No response
The text was updated successfully, but these errors were encountered: