Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Native - Stories aren't displaying in browser (5.1.0-alpha.24) #6489

Closed
NemanjaManot opened this issue Apr 11, 2019 · 2 comments
Closed

Comments

@NemanjaManot
Copy link

NemanjaManot commented Apr 11, 2019

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

package.json
image

Code snippets
Storie:

storiesOf('Button', module)
    .add('default', () => (
        <Button onPress={ action('tapped-default') }>Press Me</Button>
    ))


System:

  • Ubuntu 18.04.2. LTS
  • Device: Android simulator
  • Browser: Chrome
  • Framework: react-native
  • react-native init
  • npm version: 6.4.1
@shilman
Copy link
Member

shilman commented Apr 11, 2019

Did you run adb reverse tcp:7007 tcp:7007? Sometimes this is necessary to get android devices to talk to the server

#6469

@NemanjaManot
Copy link
Author

NemanjaManot commented Apr 12, 2019

Did you run adb reverse tcp:7007 tcp:7007? Sometimes this is necessary to get android devices to talk to the server

#6469

Yes, but nothing is changed..

EDIT:
Now it is working - After upgrading to "@storybook/react-native-server": "^5.1.0-alpha.25"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants