mthuret / storybook-addon-specifications

:book: Write tests next to your stories and display their results inside storybook interface
458 stars 54 forks source link

Use with Create-React-Native-App #75

Open dan-kez opened 6 years ago

dan-kez commented 6 years ago

Hello!

I would love to be able to use this with create-react-native-app. At present I've been able to use basic expect, describe, it, etc. functionality but anything with enzyme will not work. My assumption is that this is due to not being able to change the webpack.config.js file without ejecting.

Are there any potential work arounds for this or recommendations?

mthuret commented 6 years ago

Did you try to use the add-on while ejecting? Does it work?

I personally never tried to use it in a RN app but if someone have some times, would be a great step!