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
However in the slack Rafael Mendiola mentioned that:
The problem was that %appname% in storybook.js wasn't replaced properly with the application name. So after doing a fresh RN installation and running getstorybook, you end up with this line (if I remember correctly) AppRegistry.registerComponent('%appname%', () => StorybookUI);
It's not possible to run both React Native and Storybook packagers simultaneity as they both use port 8081 for running the packager.
I'd like to change the port Storybook packager runs on.
The command "npm run storybook -p " just change the port of the served HTML page.
The text was updated successfully, but these errors were encountered: