storybookjs / react-native

📓 Storybook for React Native!
https://storybook.js.org
MIT License
1.08k stars 156 forks source link

re-export composeStories #643

Open trajano opened 2 weeks ago

trajano commented 2 weeks ago

Is your feature request related to a problem? Please describe. It would be nice to just see whatever is vetted for @storybook/react-native be exported from @storybook/react-native rather than dropping down to @storybook/react

Describe the solution you'd like

export { composeStories } from '@storybook/react';
dannyhw commented 2 weeks ago

Is using the react package causing you other issues or is it more to just know what will work and what won't? Could you describe some things that you've tried that didn't work so I can get an idea?

trajano commented 2 weeks ago

Nope it's just cleaner to look at since there's less imports.