storybookjs / react-native

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

re-export composeStories #643

Open trajano opened 6 days ago

trajano commented 6 days 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 6 days 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 5 days ago

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