brunolemos/react-native-web-monorepo

Running the web version doesn't work

OogieBoogieInJSON opened this issue · 1 comments

I'm trying to run yarn workspace web start but I get this error:

src/index.tsx:3:21 - error TS2307: Cannot find module 'components/src/App'.

3 import { App } from 'components/src/App'

I'm running Windows 10. It works for the mobile version.

I was using node 12. Works on LTS.