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:



Solution:Jump to solution
I fixed it by removing this line from metro.config.js:
config.resolver.unstable_enablePackageExports = true;
...1 Reply
Solution
I fixed it by removing this line from metro.config.js:
config.resolver.unstable_enablePackageExports = true;