You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
#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.
I just installed running
getstorybook
in a new react native project I created withreact-native init TestApp
. And then runnpm 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!
The text was updated successfully, but these errors were encountered: