deprecated-with-module-resolver
deprecated-with-module-resolver copied to clipboard
testing module resolver usage with deprecated function
In RN 0.71, hermes is the default, so this solution does not work. Instead, solve it through the solution below. [@CCB-cerivera ](https://github.com/facebook/react-native/issues/33734#issuecomment-1226350831) In my case, it was solved immediately.
I believe is similar to this: https://github.com/facebook/react-native/issues/34688#issuecomment-1280457682.
I spent two days tracking this down! Thank you for the fix! (had to leave this to encourage you ;-)
iOS Bundling failed 5578ms Unable to resolve module /Users/viswanath/projects/busloc/buslocmobileexpo46/buslocmobilenew/resolver/react-native from /Users/viswanath/projects/busloc/buslocmobileexpo46/buslocmobilenew/App.js: None of these files exist: * resolver/react-native(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json) * resolver/react-native/index(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json) > 1 | import React from 'react'; 2 | import...
I have alias, add your code, alias not working alias: { '@app/*': './app/*', '@app/icons': './app/assets/icons', '@app/images': './app/assets/images', '@app/theme': './app/theme', '@app/components': './app/components', '@app/components/*': './app/components/*', '@app/models': './app/models', '@app/navigation': './app/navigation', '@app/config': './app/config', '@app/context':...