The problem
Cloning react-native-web and running yarn install, then yarn website causes error Module not found: Error: Can't resolve 'react-native'
How to reproduce
Simplified test case:
Steps to reproduce:
yarn installyarn websitelocalhost:9001Expected behavior
There are no errors and storybook displays correctly.
Environment (include versions). Did this work in previous versions?
You need to run yarn compile first
Most helpful comment
You need to run
yarn compilefirst