react-native-storybook-loader icon indicating copy to clipboard operation
react-native-storybook-loader copied to clipboard

Adds a modules array that can be used in @storybook/react-native v6

Open gezquinndesign opened this issue 3 years ago • 0 comments

loadStories() and stories are of no use in storybook for react-native v6, so I've just added this additional export that can be used instead of loadStories in configure, eg:

import { modules } from './storyLoader';
...
configure(( ) => {
   return modules
}, module)

gezquinndesign avatar Jun 20 '22 10:06 gezquinndesign