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-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.