Запитання 10
How can you debug a React Native app?
Варіанти відповідей
Using the built-in developer menu to access JS debugger, element inspector, performance tools, React DevTools, and platform-specific profilers like Xcode Instruments.
Only by inspecting the native code in Android Studio or Xcode without JS tools.
By writing unit tests that run on the device.
React Native cannot be debugged once deployed.