Expo setup error

Hi, I get this error when I change my metro and babel config. I got it when I changed only metro config and when I added "babel-plugin-module-resolver" I still get it. My metro.config.js and babel.config.js:
No description
No description
No description
Solution:
I fixed it by removing this line from metro.config.js: config.resolver.unstable_enablePackageExports = true;...
Jump to solution
1 Reply
Solution
Sulek
Sulek4d ago
I fixed it by removing this line from metro.config.js: config.resolver.unstable_enablePackageExports = true;

Did you find this page helpful?