-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RN 0.57 breaks metro-bundler-config-yarn-workspaces #26
Comments
ok so here's my changes :
maybe a PR is in order? |
Hi @maitriyogin thanks for this, any idea how would I change it for a monorepo where there is an additional packages directory under the root? e.g root/packages/native etc? Edit: Nevermind, this worked as is thanks! I ended up having to move React Native to my root directory if that helps anyone else |
Can someone please help here. I was getting the error and on changing the But now I have another error for AppEntry.js while running
rn-cli.config.js
And my crna-entry.js file is
My package.json's main field is set to use
|
Hi,
I've just tried or am trying to upgrade to Expo 31.0.0 and RN 0.57.
The metro config has changed as of this https://facebook.github.io/metro/docs/en/configuration.
I've tried to adapt to the new format like this in my rn-cli.js :
Doesn't seem to work ...
I'll fiddle a bit more but if anyone else has experienced the same please share.
/Stephen.
The text was updated successfully, but these errors were encountered: