Describe the bug
My stories don't appear in browser.
On (android) simulator i can see the stories, but action logger doesn't work.
Expected behavior
To see my stories / action loggers on Web Browser.
Screenshots


package.json

Code snippets
Storie:
storiesOf('Button', module)
.add('default', () => (
<Button onPress={ action('tapped-default') }>Press Me</Button>
))
System:
Did you run adb reverse tcp:7007 tcp:7007? Sometimes this is necessary to get android devices to talk to the server
Did you run
adb reverse tcp:7007 tcp:7007? Sometimes this is necessary to get android devices to talk to the server6469
Yes, but nothing is changed..
EDIT:
Now it is working - After upgrading to"@storybook/react-native-server": "^5.1.0-alpha.25"
Most helpful comment
Did you run
adb reverse tcp:7007 tcp:7007? Sometimes this is necessary to get android devices to talk to the serverhttps://github.com/storybooks/storybook/issues/6469