Запитання 9
What is a recommended approach for migrating a large React Native app to the New Architecture?
Варіанти відповідей
Audit all native modules, migrate TurboModules first with the interop layer, enable Fabric per screen, and run thorough testing with newArch flags.
Switch all modules and rendering to the New Architecture in a single big update to reduce complexity.
Ignore third-party libraries and focus only on custom native modules.
Wait for the interop layer to become permanent before migrating critical modules.