storybookjs / design-system

๐Ÿ—ƒ Storybook Design System

Home Page:https://master--5ccbc373887ca40020446347.chromatic.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to view react native stories on web

rajatrao777 opened this issue ยท comments

Hi ,
First of all storybook is amazing!.
I am trying to use it for building design system library for react-native.
I have installed react-native through react-native init and configured storybook through sb init
On running storybook server, i am able to view default stories on mobile device but web shows default stories but on selecting it changes in mobile and view is not there in web
sb
Since i want to share the design stories with others and viewable on site (final deploy)
What is the general process to view react native stories on mobile(this is working fine) as well as web view as i do not find any solution ๐Ÿ˜ž
I have gone through this below issues and tried configuring but does not help and i need some proper configuration even after future update of sb
Please advise on this situation.
one
two
three
Below version
"react": "16.9.0",
"react-native": "0.61.5",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react-native": "^5.2.8",
"@storybook/react-native-server": "^5.2.8"
storybook version :- 5.2.8

Hey @rajatrao777 -- I am going to close this issue in this repo. I see that you also created an issue in the storybook project -- that is the right place for your question. I have also copied over your question form here so that all of the context is there: https://github.com/storybookjs/storybook/issues/9247

This repo is a specific project to create shareable components for Storybook web properties, and not a repo for general design system topics related to Storybook! Good luck ๐Ÿ˜„

Hi @kylesuss Sorry for the trouble ...will keep in mind ๐Ÿ’ฏ