Storybook: Not seeing stories show up in react native project. But works in reactjs

Created on 19 May 2017  路  3Comments  路  Source: storybookjs/storybook

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!

react-native bug cli

All 3 comments

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.

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ZigGreen picture ZigGreen  路  3Comments

MrOrz picture MrOrz  路  3Comments

zvictor picture zvictor  路  3Comments

alexanbj picture alexanbj  路  3Comments

arunoda picture arunoda  路  3Comments