Запитання 7
What is the process for native module development in React Native's New Architecture?
Варіанти відповідей
Define the module interface in a JS spec file, generate native boilerplate via codegen, then implement platform-specific logic in Swift/Kotlin.
Write native code first, then bind it manually to JavaScript using the bridge.
Only write JavaScript modules as native module development is deprecated.
Use third-party libraries exclusively without custom native modules.