react-native-web-starter
react-native-web-starter copied to clipboard
webpack console errors
steps to reproduce
-
git clone https://github.com/grabcode/react-native-web-starter.git projectname
-
cd projectname
-
npm i
-
npm run storybook
Console Errors:
ERROR in ./web/.storybook/config.js Module build failed: Error: Couldn't find preset "stage-2" relative to directory "/Users/thurt/projects/blah/web/.storybook"
ERROR in ./web/.storybook/config.js Module not found: Error: Cannot resolve 'file' or 'directory' ../../app/stories in /Users/thurt/projects/react-native-web-starter/web/.storybook
PR to follow
Thanks, your fix works for me!