1

Storybook packager's default port is 8081. This is the same port that is being used by React Native packager.

Is there any way to change the port for the Storybook packager so I could have both packagers run simultaneity?

Please note that running the command "npm run storybook -p 8082" will only change the served storybook page but not the packager port.

Rom Shiri
  • 1,390
  • 4
  • 16
  • 29

1 Answers1

0

I had trouble too getting Storybook to work with React Native. I tried this command and everything workeded as intended:

adb reverse tcp:7007 tcp:7007

César Alberca
  • 2,321
  • 2
  • 20
  • 32