Запитання 6
What are key Metro bundler configurations to properly set up a complex React Native project, especially monorepos?
Варіанти відповідей
Setting watchFolders to include external workspaces, configuring resolver.nodeModulesPaths for module resolution, and customizing transformer options.
Disabling Metro bundler and using Webpack instead.
Ignoring external packages to focus only on the root project's node_modules.
Using default Metro settings without any customization for all projects.