Запитання 4
What is the limitation of React Native regarding thread usage?
Варіанти відповідей
React Native supports unlimited threading on the JavaScript runtime
React Native relies on a single-threaded JavaScript runtime, making CPU-intensive tasks block the UI
React Native performs all computations on the native thread only
React Native uses multi-threading intrinsically for all UI updates