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

Contact the maintainers of storybook #27

Open ndelangen opened 7 years ago

ndelangen commented 7 years ago

Hey! amazing addon! This is something we're interested in supporting in the core eventually. Perhaps you can help us with that?

Can you join us in the storybook slack? https://storybooks-slackin.herokuapp.com/

That way we can keep you updated on the upcoming 3.0.0 release!

❤️ storybook team

Sparragus commented 7 years ago

@ndelangen I'd like to understand the configure function that is imported but I can't seem to find documentation anywhere. Can you help me? I'd like to contribute with addons like this one, too.

ndelangen commented 7 years ago

Sure, what do you need to know? The configure method is just a basic bootstrap to enable hot module replacement, see the implementation here: https://github.com/storybooks/storybook/blob/360fb0b588cf593fb142b4916d20abc451836678/app/react-native/src/preview/index.js#L32

slorber commented 7 years ago

Related issue in core: https://github.com/storybooks/react-native-storybook/issues/103