1 min readDec 10, 2019
Thanks for this write up. It is spot on and was very easy to follow. On thing I found was that you may need to add this to tsconfig.json
"skipLibCheck": true
Without this some of the libraries fails storybook initialization with incorrect configuration. I was running into issues with react native typing included by styled components.