elderfo / react-native-storybook-loader

An automatic story loader for react-native-storybooks
https://github.com/elderfo/react-native-storybook-loader
MIT License
299 stars 27 forks source link

Generate Dummy loader when no stories found #57

Closed hendrul closed 6 years ago

hendrul commented 6 years ago

This tool should always generate the file (storyLoader.js) even when there are no stories... currently It doesn't do anything when no stories are found, and this makes storybook.js fail because there is no storyLoader.js.. and also fails if there were stories and then I remove them, storyLoader.js does not get updated and fails at loading the stories