You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for this monorepo - it's exactly what I need for my project! However, I've been unable to get it to work for my apps. When trying to run my web app I am getting this error:
Module not found: Error: You attempted to import expo-monorepo-example/node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
Hi!
Thanks so much for this monorepo - it's exactly what I need for my project! However, I've been unable to get it to work for my apps. When trying to run my web app I am getting this error:
Module not found: Error: You attempted to import expo-monorepo-example/node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/react-refresh/runtime.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
I have a mobile app with this package.json
A React web app with this package.json
A shared package
And the rest is unchanged from the template.
Thank you very much to anyone who can provide any guidance! Let me know if you need more info
The text was updated successfully, but these errors were encountered: