-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Template app generates invalid storybook.requires.js
story path
#444
Comments
@Jankku can you add your main.js file contents here? or is it unchanged? |
when I run the same commands I get
Is it possible that this is windows specific? |
@Jankku I found the problem and I'll push a fix asap |
@Jankku please can you try the version 6.5.0-rc.7 |
Hi, sorry for the late reply. Version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Running
npm run storybook-generate
generatesstorybook.requires.js
file with invalid story path.To Reproduce
Steps to reproduce the behavior:
npx create-expo-app --template expo-template-storybook AwesomeStorybook
cd AwesomeStorybook
npm run storybook-generate
npm run storybook:android
Output of
npm run storybook:android
:Expected behavior
The application should start correctly.
Code snippets
System:
Additional context
After manually editing
storybook.requires.js
to correct paths the application works:The text was updated successfully, but these errors were encountered: