Skip to content
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

Not seeing stories show up in react native project. But works in reactjs #1068

Closed
Jonovono opened this issue May 19, 2017 · 3 comments
Closed

Comments

@Jonovono
Copy link

I just installed running getstorybook in a new react native project I created with react-native init TestApp. And then run npm run storybook. The page loads but nothing shows. However, if I run it in a new reactjs project it works. Is this expected? Is there additional steps for react native not listed in the readme?

Thanks!

@matt-oakes
Copy link
Contributor

#1099 is likely the cause of the issue (check the browser console and see if it mentions react-dom). If so, run npm install --save-dev react-dom@^15.5.4 and rerun npm run storybook.

@tmeasday
Copy link
Member

tmeasday commented Jun 6, 2017

@Jonovono can you tell me a little more about what you are seeing? What steps did you follow?

@tmeasday
Copy link
Member

Going to close this as hopefully it was the issue that @matt-oakes mentioned and solved! @Jonovono do let us know if not and we'll reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants