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
The App that we are currently developing is migrated to latest versions of react native and storybook. (React-Native 0.59 with Storybook 5)
previous situation: Storybook4, running via $ react-native start --projectRoot storybook current situation: Running StorybookUI via replacing projectRoot is not working anymore. (previous approach is not working)
Also as it is documentation describes: Storybook for React Native in "Display StorybookUI in your app" section, this StorybookUI should be exported as the default component. Another idea is to use it somewhere inside the app which seems to me like an odd behaviour. The production bundle will have all unnecessary components and add-ons (possibly).
Is there a better way integrate Storybook in React Native?
The text was updated successfully, but these errors were encountered:
The App that we are currently developing is migrated to latest versions of react native and storybook. (React-Native 0.59 with Storybook 5)
previous situation: Storybook4, running via
$ react-native start --projectRoot storybook
current situation: Running
StorybookUI
via replacingprojectRoot
is not working anymore. (previous approach is not working)Also as it is documentation describes:
Storybook for React Native in "Display StorybookUI in your app" section, this
StorybookUI
should be exported as the default component. Another idea is to use it somewhere inside the app which seems to me like an odd behaviour. The production bundle will have all unnecessary components and add-ons (possibly).Is there a better way integrate Storybook in React Native?
The text was updated successfully, but these errors were encountered: