storybook-addon-specifications
storybook-addon-specifications copied to clipboard
Use with Create-React-Native-App
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?
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!